diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-10-09 05:52:27 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-10-09 05:52:27 +0800 |
commit | f337dcbd16c6896edb99c952fc2b070f488214e4 (patch) | |
tree | 8e63b75a48b7624e640d77a606895d50e9193e15 /security | |
parent | 53594a99682acf0d27b02fe002932db369b76652 (diff) | |
download | freebsd-ports-gnome-f337dcbd16c6896edb99c952fc2b070f488214e4.tar.gz freebsd-ports-gnome-f337dcbd16c6896edb99c952fc2b070f488214e4.tar.zst freebsd-ports-gnome-f337dcbd16c6896edb99c952fc2b070f488214e4.zip |
installtion dir changed from lib to libexec
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg-idea/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gnupg-idea/Makefile b/security/gnupg-idea/Makefile index ae5e00135caf..76d0c20b22fa 100644 --- a/security/gnupg-idea/Makefile +++ b/security/gnupg-idea/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnupg-idea -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ http://www.gnupg.dk/contrib-dk/ \ @@ -67,12 +67,12 @@ do-patch: do-build: .for i in ${CONTRIB} ${CC} ${CFLAGS} -o ${WRKSRC}/${i} ${WRKSRC}/${i}.c - ${ECHO_CMD} "lib/gnupg/${i}" >>${PLIST} + ${ECHO_CMD} "libexec/gnupg/${i}" >>${PLIST} .endfor do-install: .for i in ${CONTRIB} - ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/lib/gnupg/${i} + ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/libexec/gnupg/${i} .endfor .include <bsd.port.post.mk> |