diff options
author | pav <pav@FreeBSD.org> | 2004-03-03 06:55:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-03 06:55:49 +0800 |
commit | e50d62a3ed5cfdbf6d922e709a5782fc2a0a03ff (patch) | |
tree | dbe8c10c03dd3348faa3cdd15a4ffa80fc1375c4 /security/f-prot-sig | |
parent | a453d81123c2ec1b5243b5b8233b401ebdff263a (diff) | |
download | freebsd-ports-gnome-e50d62a3ed5cfdbf6d922e709a5782fc2a0a03ff.tar.gz freebsd-ports-gnome-e50d62a3ed5cfdbf6d922e709a5782fc2a0a03ff.tar.zst freebsd-ports-gnome-e50d62a3ed5cfdbf6d922e709a5782fc2a0a03ff.zip |
- 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 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> diff --git a/security/f-prot-sig/pkg-message b/security/f-prot-sig/pkg-message index 1db0dd808cf9..680f7173e17a 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 0da4dc90885a..10ba24cdb2d2 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 |