diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-04-20 18:06:16 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-04-20 18:06:16 +0000 |
commit | 6de2c57c72f9d8e8240195a394d98d87c2ab1494 (patch) | |
tree | 31a25df6a755b3cd9ae79a20a846bf28ddb8fe0b /print | |
parent | 966eac9a6b4546ab46975e821656cf7d3fa9b360 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/libpaper/Makefile | 5 |
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> |