svn commit: r339412 - head/print/paps

Johan van Selst johans at FreeBSD.org
Sat Jan 11 09:40:53 UTC 2014


Author: johans
Date: Sat Jan 11 09:40:52 2014
New Revision: 339412
URL: http://svnweb.freebsd.org/changeset/ports/339412

Log:
  Enable stage support

Modified:
  head/print/paps/Makefile

Modified: head/print/paps/Makefile
==============================================================================
--- head/print/paps/Makefile	Sat Jan 11 09:31:40 2014	(r339411)
+++ head/print/paps/Makefile	Sat Jan 11 09:40:52 2014	(r339412)
@@ -10,13 +10,11 @@ MASTER_SITES=	SF
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	UTF-8 to PostScript converter using Pango
 
-PLIST_FILES=	bin/paps lib/libpaps.a include/libpaps.h
-
-MAN1=		paps.1
+PLIST_FILES=	bin/paps lib/libpaps.a include/libpaps.h \
+		man/man1/paps.1.gz
 
 GNU_CONFIGURE=	yes
 USE_GNOME=	pango
 USES=		pkgconfig
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list