aboutsummaryrefslogtreecommitdiff
path: root/print/libpaper
diff options
context:
space:
mode:
Diffstat (limited to 'print/libpaper')
-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>