diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-19 14:50:55 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-19 14:50:55 +0800 |
commit | 24651d3065c4de294ad4a2dac655da958c9fa290 (patch) | |
tree | 1e6ca5cf52ec4b37afecd9bb5a935440d315d7f6 /security/ident2/Makefile | |
parent | 9e000ed4e29f48a2207b1cef77d8957d58f4c80f (diff) | |
download | freebsd-ports-graphics-24651d3065c4de294ad4a2dac655da958c9fa290.tar.gz freebsd-ports-graphics-24651d3065c4de294ad4a2dac655da958c9fa290.tar.zst freebsd-ports-graphics-24651d3065c4de294ad4a2dac655da958c9fa290.zip |
- Update to 1.07
PR: ports/106214
Submitted by: chinsan
Approved by: maintainer timeout (17 days)
Diffstat (limited to 'security/ident2/Makefile')
-rw-r--r-- | security/ident2/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/ident2/Makefile b/security/ident2/Makefile index f4d19f4562a..88ad7cf4fd7 100644 --- a/security/ident2/Makefile +++ b/security/ident2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ident2 -PORTVERSION= 1.04 -PORTREVISION= 1 +PORTVERSION= 1.07 CATEGORIES= security net MASTER_SITES= http://michael.bacarella.com/projects/ident2/ DISTNAME= ident2-v${PORTVERSION}_FINAL @@ -16,8 +15,13 @@ MAINTAINER= scorpio@drkshdw.org COMMENT= An RFC1413 identification server which also supports random replies USE_BZIP2= yes +USE_GETOPT_LONG=yes GNU_CONFIGURE= yes MAN8= ident2.8 PLIST_FILES= sbin/ident2 +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ident2 ${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MANPREFIX}/man/man8/ + .include <bsd.port.mk> |