aboutsummaryrefslogtreecommitdiffstats
path: root/security/ident2/Makefile
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-12-19 14:50:55 +0800
committerrafan <rafan@FreeBSD.org>2006-12-19 14:50:55 +0800
commit24651d3065c4de294ad4a2dac655da958c9fa290 (patch)
tree1e6ca5cf52ec4b37afecd9bb5a935440d315d7f6 /security/ident2/Makefile
parent9e000ed4e29f48a2207b1cef77d8957d58f4c80f (diff)
downloadfreebsd-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/Makefile8
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>