diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-23 15:20:32 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-23 15:20:32 +0000 |
commit | a662a2cdb5bb0c34faef00f5163e4a5ffef4fc1b (patch) | |
tree | 0defb57fd3b650727e2e766fa2610c75093f5ed6 /security/libident | |
parent | 4999a4fccd0068ddbf8be15f8534da06cc8fa805 (diff) |
Notes
Diffstat (limited to 'security/libident')
-rw-r--r-- | security/libident/Makefile | 8 | ||||
-rw-r--r-- | security/libident/distinfo | 2 | ||||
-rw-r--r-- | security/libident/pkg-plist | 1 |
3 files changed, 5 insertions, 6 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile index c2a9b9430f96..b2ed029caab9 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -6,22 +6,22 @@ # PORTNAME= libident -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= security MASTER_SITES= http://rdenisc.free.fr/libident/ MAINTAINER= ports@FreeBSD.org COMMENT= A small library to interface the ident protocol server (rfc1413) -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_GNOME= gnometarget lthack USE_LIBTOOL= yes +INSTALLS_SHLIB= yes MAN3= ident.3 post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor diff --git a/security/libident/distinfo b/security/libident/distinfo index 9f5554962093..453f7ff3cd1b 100644 --- a/security/libident/distinfo +++ b/security/libident/distinfo @@ -1 +1 @@ -MD5 (libident-0.31.tar.gz) = 35731c0d544b6f72427426ee6036ef3e +MD5 (libident-0.32.tar.gz) = 9b9346eacc28d842d164881f0efa3388 diff --git a/security/libident/pkg-plist b/security/libident/pkg-plist index 1f81e34a3d58..319b8b0f7895 100644 --- a/security/libident/pkg-plist +++ b/security/libident/pkg-plist @@ -1,5 +1,4 @@ include/ident.h -lib/libident.la lib/libident.a lib/libident.so lib/libident.so.0 |