diff options
author | joerg <joerg@FreeBSD.org> | 2008-01-18 15:58:35 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2008-01-18 15:58:35 +0800 |
commit | 89d489599239cc1478fc81028a66ce2fa499ab24 (patch) | |
tree | f1fa03537839f5556521da10e97b99e0127a96ee /devel/gwenhywfar | |
parent | 7908e908a34443fa945254132985184d29296781 (diff) | |
download | freebsd-ports-gnome-89d489599239cc1478fc81028a66ce2fa499ab24.tar.gz freebsd-ports-gnome-89d489599239cc1478fc81028a66ce2fa499ab24.tar.zst freebsd-ports-gnome-89d489599239cc1478fc81028a66ce2fa499ab24.zip |
Move the pkg-config file from ${prefix}/lib to ${prefix}libdata.
While being here, remove the now obsolete SSLDEBUG option.
Diffstat (limited to 'devel/gwenhywfar')
-rw-r--r-- | devel/gwenhywfar/Makefile | 4 | ||||
-rw-r--r-- | devel/gwenhywfar/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/gwenhywfar/Makefile b/devel/gwenhywfar/Makefile index f36c0d705dc5..348b9701b02b 100644 --- a/devel/gwenhywfar/Makefile +++ b/devel/gwenhywfar/Makefile @@ -7,6 +7,7 @@ PORTNAME= gwenhywfar PORTVERSION= 2.6.2 +PORTREVISION= 1 CATEGORIES= devel net security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,8 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Multi-platform helper library for networking and security applications -OPTIONS= SSLDEBUG "Enable gwenhywfar SSL debug (if SSL enabled)" off \ - MEMDEBUG "Enable memory debugger statistic" off \ +OPTIONS= MEMDEBUG "Enable memory debugger statistic" off \ PORTDOCS "Install documentation (requires doxygen)" off USE_AUTOTOOLS= libtool:15 diff --git a/devel/gwenhywfar/pkg-plist b/devel/gwenhywfar/pkg-plist index a9241d783277..ff99a4cd095e 100644 --- a/devel/gwenhywfar/pkg-plist +++ b/devel/gwenhywfar/pkg-plist @@ -108,7 +108,7 @@ lib/libgwenhywfar.a lib/libgwenhywfar.la lib/libgwenhywfar.so lib/libgwenhywfar.so.48 -lib/pkgconfig/gwenhywfar.pc +libdata/pkgconfig/gwenhywfar.pc lib/gwenhywfar/plugins/38/crypttoken/ohbci.a lib/gwenhywfar/plugins/38/crypttoken/ohbci.la lib/gwenhywfar/plugins/38/crypttoken/ohbci.so |