aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2006-09-06 22:03:49 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2006-09-06 22:03:49 +0000
commit26a53bd72b2da5ea60e219613b3103e1da6a4988 (patch)
treecf9b6ab9e891cb5e56fd5615621c9175d4634ae6 /print
parentdb7223da2f5aaf98f77bd4fe00a848b92a556b99 (diff)
downloadports-26a53bd72b2da5ea60e219613b3103e1da6a4988.tar.gz
ports-26a53bd72b2da5ea60e219613b3103e1da6a4988.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/libpaper/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/print/libpaper/Makefile b/print/libpaper/Makefile
index 7401a0be5861..ea1f4c057f88 100644
--- a/print/libpaper/Makefile
+++ b/print/libpaper/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libpaper
PORTVERSION= 1.1.14.3
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/libp/libpaper
@@ -33,4 +34,7 @@ MAN8= paperconfig.8
pre-configure:
@${TOUCH} ${WRKSRC}/config.sub
+post-configure:
+ @${REINPLACE_CMD} -e 's|$${prefix}|${PREFIX}|g' ${WRKSRC}/config.h
+
.include <bsd.port.mk>