1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Make sure ${prefix} gets expanded properly.

This commit is contained in:
Michael Nottebrock 2006-09-06 22:03:49 +00:00
parent db7223da2f
commit 26a53bd72b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172428

View File

@ -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>