summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-04-20 18:06:16 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-04-20 18:06:16 +0000
commit6de2c57c72f9d8e8240195a394d98d87c2ab1494 (patch)
tree31a25df6a755b3cd9ae79a20a846bf28ddb8fe0b /print
parentAdd umit 0.9.3, UMIT is the nmap frontend developed with Python and (diff)
Set prefix in paperconfig, eg make paperconfig write to the same system
papersize file that paperconf attempts to read.
Notes
Notes: svn path=/head/; revision=190454
Diffstat (limited to 'print')
-rw-r--r--print/libpaper/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/libpaper/Makefile b/print/libpaper/Makefile
index deab2bbeec9a..d8bf8a4a061e 100644
--- a/print/libpaper/Makefile
+++ b/print/libpaper/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libpaper
PORTVERSION= 1.1.21
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/libp/libpaper
@@ -38,6 +38,7 @@ pre-configure:
${WRKSRC}/src/paperconfig.in
post-configure:
- @${REINPLACE_CMD} -e 's|$${prefix}|${PREFIX}|g' ${WRKSRC}/config.h
+ @${REINPLACE_CMD} -e 's|$${prefix}|${PREFIX}|g' ${WRKSRC}/config.h \
+ ${WRKSRC}/src/paperconfig
.include <bsd.port.mk>