aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-01-11 09:40:52 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-01-11 09:40:52 +0000
commit133e44b9963e811e2e9d3b50eab920c9b7911704 (patch)
tree52b334a62254f2060ebbe25bf1d344fabdfa9dcd /print
parentd255abc4f2e51f40b38973d8a2b55633f9f989e5 (diff)
downloadports-133e44b9963e811e2e9d3b50eab920c9b7911704.tar.gz
ports-133e44b9963e811e2e9d3b50eab920c9b7911704.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/paps/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/print/paps/Makefile b/print/paps/Makefile
index 73426d107405..2c20aeacd490 100644
--- a/print/paps/Makefile
+++ b/print/paps/Makefile
@@ -10,13 +10,11 @@ MASTER_SITES= SF
MAINTAINER= johans@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>