diff options
author | pav <pav@FreeBSD.org> | 2004-03-02 22:55:49 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-02 22:55:49 +0000 |
commit | e50d62a3ed5cfdbf6d922e709a5782fc2a0a03ff (patch) | |
tree | dbe8c10c03dd3348faa3cdd15a4ffa80fc1375c4 /security/f-prot-sig | |
parent | a453d81123c2ec1b5243b5b8233b401ebdff263a (diff) | |
download | FreeBSD-ports-e50d62a3ed5cfdbf6d922e709a5782fc2a0a03ff.zip FreeBSD-ports-e50d62a3ed5cfdbf6d922e709a5782fc2a0a03ff.tar.gz |
- Fix PREFIX handling in pkg-message
- Fix pkg-plist
PR: ports/63660
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Diffstat (limited to 'security/f-prot-sig')
-rw-r--r-- | security/f-prot-sig/Makefile | 4 | ||||
-rw-r--r-- | security/f-prot-sig/pkg-message | 2 | ||||
-rw-r--r-- | security/f-prot-sig/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/security/f-prot-sig/Makefile b/security/f-prot-sig/Makefile index 94a827b..9744c97 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> diff --git a/security/f-prot-sig/pkg-message b/security/f-prot-sig/pkg-message index 1db0dd8..680f717 100644 --- a/security/f-prot-sig/pkg-message +++ b/security/f-prot-sig/pkg-message @@ -7,7 +7,7 @@ The port disables verifying the checksum of the distfiles due to their frequency of change. If you wish to verify the files yourself you may use the PGP signature files that have been installed in: -${PREFIX}/f-prot/ +%%PREFIX%%/f-prot/ The F-RISK public PGP key is located at: diff --git a/security/f-prot-sig/pkg-plist b/security/f-prot-sig/pkg-plist index 0da4dc9..10ba24c 100644 --- a/security/f-prot-sig/pkg-plist +++ b/security/f-prot-sig/pkg-plist @@ -4,4 +4,4 @@ f-prot/SIGN2.ASC f-prot/SIGN2.DEF f-prot/MACRO.DEF f-prot/MACRO.ASC -@unexec rmdir f-prot 2> /dev/null || true +@unexec rmdir %D/f-prot 2>/dev/null || true |