aboutsummaryrefslogtreecommitdiffstats
path: root/security/knocker/Makefile
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-01-15 12:33:54 +0800
committerpat <pat@FreeBSD.org>2002-01-15 12:33:54 +0800
commit439bcd76d74e01ec4396ac11904d4f3c4c9b14d2 (patch)
tree95b7492d02d68af88e8369944857ead53329ed5b /security/knocker/Makefile
parente9015facc0ab0114473db0c2b68ff20c1964a418 (diff)
downloadfreebsd-ports-graphics-439bcd76d74e01ec4396ac11904d4f3c4c9b14d2.tar.gz
freebsd-ports-graphics-439bcd76d74e01ec4396ac11904d4f3c4c9b14d2.tar.zst
freebsd-ports-graphics-439bcd76d74e01ec4396ac11904d4f3c4c9b14d2.zip
Update to 0.5.0
Diffstat (limited to 'security/knocker/Makefile')
-rw-r--r--security/knocker/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/knocker/Makefile b/security/knocker/Makefile
index a6546664336..d0364e26755 100644
--- a/security/knocker/Makefile
+++ b/security/knocker/Makefile
@@ -6,17 +6,16 @@
#
PORTNAME= knocker
-PORTVERSION= 0.4.0
+PORTVERSION= 0.5.0
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pat@FreeBSD.org
-USE_AUTOCONF= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
MAN1= ${PORTNAME}.1
-CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
-
.include <bsd.port.mk>