aboutsummaryrefslogtreecommitdiff
path: root/security/f-prot-sig/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-02 22:55:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-02 22:55:49 +0000
commit0c7de995aec4d20e19adfbbb412c86c62b9522a7 (patch)
treec62fc71034925ad6455c74c779acb1772c9a71f3 /security/f-prot-sig/Makefile
parent90c5e88130a7d154dc434cab89b359e6e58b6a19 (diff)
downloadports-0c7de995aec4d20e19adfbbb412c86c62b9522a7.tar.gz
ports-0c7de995aec4d20e19adfbbb412c86c62b9522a7.zip
- Fix PREFIX handling in pkg-message
- Fix pkg-plist PR: ports/63660 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Notes
Notes: svn path=/head/; revision=102773
Diffstat (limited to 'security/f-prot-sig/Makefile')
-rw-r--r--security/f-prot-sig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/f-prot-sig/Makefile b/security/f-prot-sig/Makefile
index 94a827ba62cc..9744c972fd6f 100644
--- a/security/f-prot-sig/Makefile
+++ b/security/f-prot-sig/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= f-prot-sig
-PORTVERSION= 20040216
+PORTVERSION= 20040302
CATEGORIES= security
MASTER_SITES= ftp://ftp.f-prot.com/pub/
@@ -36,6 +36,6 @@ do-install:
${MKDIR} ${PREFIX}/f-prot
${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/f-prot
- @${CAT} ${PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE} | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g"
.include <bsd.port.mk>