svn commit: r334754 - head/audio/amrcoder

Baptiste Daroussin bapt at FreeBSD.org
Sun Nov 24 18:32:03 UTC 2013


Author: bapt
Date: Sun Nov 24 18:32:02 2013
New Revision: 334754
URL: http://svnweb.freebsd.org/changeset/ports/334754

Log:
  Support staging
  Allow packaging as a user

Modified:
  head/audio/amrcoder/Makefile
  head/audio/amrcoder/pkg-plist

Modified: head/audio/amrcoder/Makefile
==============================================================================
--- head/audio/amrcoder/Makefile	Sun Nov 24 18:30:13 2013	(r334753)
+++ head/audio/amrcoder/Makefile	Sun Nov 24 18:32:02 2013	(r334754)
@@ -11,10 +11,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	AMR encoder/decoder for Mbuni MMS Gateway (www.mbuni.org)
 
-MAN1=		amrdecoder.1 amrencoder.1
-
-NO_STAGE=	yes
-MANCOMPRESSED=	yes
+USES=		uidfix
 
 post-extract:
 	@${RM} ${WRKSRC}/*.o

Modified: head/audio/amrcoder/pkg-plist
==============================================================================
--- head/audio/amrcoder/pkg-plist	Sun Nov 24 18:30:13 2013	(r334753)
+++ head/audio/amrcoder/pkg-plist	Sun Nov 24 18:32:02 2013	(r334754)
@@ -1,2 +1,4 @@
 bin/amrencoder
 bin/amrdecoder
+man/man1/amrdecoder.1.gz
+man/man1/amrencoder.1.gz


More information about the svn-ports-all mailing list