summaryrefslogtreecommitdiff
path: root/security/gnupg-idea
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-10-08 21:52:27 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-10-08 21:52:27 +0000
commit261f5d384689b4d79798f9ece113d11f2e99cf90 (patch)
tree730e5175c00bf81c6bc2d465db274a9ee02bd4e2 /security/gnupg-idea
parentUpdate to 7.0.0 (diff)
installtion dir changed from lib to libexec
Notes
Notes: svn path=/head/; revision=67669
Diffstat (limited to 'security/gnupg-idea')
-rw-r--r--security/gnupg-idea/Makefile6
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>