diff options
author | clsung <clsung@FreeBSD.org> | 2007-07-10 10:33:53 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-07-10 10:33:53 +0800 |
commit | 81e6f8673c9e426d8ef5a75f38e6e506e36daf9d (patch) | |
tree | ce0263079243d6a790cf7cd1d3f8beb0bee58fa2 /security/zxid | |
parent | dc135538a97a0737c4c2f49feef1442013dc3748 (diff) | |
download | freebsd-ports-gnome-81e6f8673c9e426d8ef5a75f38e6e506e36daf9d.tar.gz freebsd-ports-gnome-81e6f8673c9e426d8ef5a75f38e6e506e36daf9d.tar.zst freebsd-ports-gnome-81e6f8673c9e426d8ef5a75f38e6e506e36daf9d.zip |
- Add a post-install routine to link file.
- Bump PORTREVISION. (since pkg-plist change)
PR: ports/114428
Submitted by: maintainer (Gea-Suan Lin)
Diffstat (limited to 'security/zxid')
-rw-r--r-- | security/zxid/Makefile | 4 | ||||
-rw-r--r-- | security/zxid/pkg-plist | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/security/zxid/Makefile b/security/zxid/Makefile index 5aa68f862e00..713148a80afe 100644 --- a/security/zxid/Makefile +++ b/security/zxid/Makefile @@ -7,6 +7,7 @@ PORTNAME= zxid PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://zxid.org/ EXTRACT_SUFX= .tgz @@ -22,4 +23,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes USE_OPENSSL= yes +post-install: + ${LN} -s libzxid.so.0.0 ${PREFIX}/lib/libzxid.so.0 + .include <bsd.port.mk> diff --git a/security/zxid/pkg-plist b/security/zxid/pkg-plist index ec8b3e2407c4..1d1f841dd66e 100644 --- a/security/zxid/pkg-plist +++ b/security/zxid/pkg-plist @@ -57,5 +57,6 @@ include/zxid/zxidconf.h include/zxid/zxidvers.h include/zxid/zxwsc.h lib/libzxid.a +lib/libzxid.so.0 lib/libzxid.so.0.0 @dirrmtry include/zxid |