Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 22:21:37 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367102 - head/audio/asmixer
Message-ID:  <201409022221.s82MLbJp000200@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Tue Sep  2 22:21:37 2014
New Revision: 367102
URL: http://svnweb.freebsd.org/changeset/ports/367102
QAT: https://qat.redports.org/buildarchive/r367102/

Log:
  Remove MASTER_SITE_AFTERSTEP from MASTER_SITES. The tarball on that server
  does not pass checksum. The tigr.net copy still has the correct checksum,
  so leave that in as the sole master_site.
  
  All the files within each tarball had identical checksums.
  
  While here, simplify do-install a bit.

Modified:
  head/audio/asmixer/Makefile

Modified: head/audio/asmixer/Makefile
==============================================================================
--- head/audio/asmixer/Makefile	Tue Sep  2 22:21:09 2014	(r367101)
+++ head/audio/asmixer/Makefile	Tue Sep  2 22:21:37 2014	(r367102)
@@ -5,8 +5,7 @@ PORTNAME=	asmixer
 PORTVERSION=	0.5
 PORTREVISION=	3
 CATEGORIES=	audio afterstep
-MASTER_SITES=	AFTERSTEP/apps/asmix/ \
-		http://tigr.net/afterstep/download/asmixer/
+MASTER_SITES=	http://tigr.net/afterstep/download/asmixer/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Mixer control for AfterStep window manager
@@ -29,13 +28,9 @@ post-patch:
 		 /sys\/syslimits.h/d' ${WRKSRC}/${i}
 .endfor
 
-post-build:
-	@${LN} -sf asmixer.man ${WRKSRC}/asmixer.1
-
 do-install:
-	(cd ${WRKSRC} && ${INSTALL_PROGRAM} asmixer \
-		${STAGEDIR}${PREFIX}/bin)
-	(cd ${WRKSRC} && ${INSTALL_MAN} asmixer.1 \
-		${STAGEDIR}${MANPREFIX}/man/man1)
+	${INSTALL_PROGRAM} ${WRKSRC}/asmixer ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/asmixer.man \
+		${STAGEDIR}${MANPREFIX}/man/man1/asmixer.1
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409022221.s82MLbJp000200>