svn commit: r337577 - head/audio/aumix

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 26 17:49:14 UTC 2013


Author: bapt
Date: Thu Dec 26 17:49:14 2013
New Revision: 337577
URL: http://svnweb.freebsd.org/changeset/ports/337577

Log:
  Support stage

Modified:
  head/audio/aumix/Makefile

Modified: head/audio/aumix/Makefile
==============================================================================
--- head/audio/aumix/Makefile	Thu Dec 26 17:45:46 2013	(r337576)
+++ head/audio/aumix/Makefile	Thu Dec 26 17:49:14 2013	(r337577)
@@ -23,10 +23,11 @@ CONFIGURE_ARGS=	--includedir="${LOCALBAS
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
-MAN1=		aumix.1 xaumix.1 mute.1
 PLIST_DIRS=	share/aumix
-PLIST_FILES=	bin/aumix bin/mute bin/xaumix
+PLIST_FILES=	bin/aumix bin/mute bin/xaumix \
+		man/man1/aumix.1.gz \
+		man/man1/xaumix.1.gz \
+		man/man1/mute.1.gz
 .for ii in ansi aumix.xpm fadein.set fadeout.set vt100 xterm
 PLIST_FILES+=	share/aumix/${ii}
 .endfor


More information about the svn-ports-head mailing list