aboutsummaryrefslogtreecommitdiff
path: root/security/knocker/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-15 04:33:54 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-15 04:33:54 +0000
commit84ce07165e9d3e5606332437f01e8b706234a0e0 (patch)
tree36c8d10090accabb71de6eca7f3de67d275ab11a /security/knocker/Makefile
parentf2b67af22bdb758858708f69a0e644e6d4165396 (diff)
downloadports-84ce07165e9d3e5606332437f01e8b706234a0e0.tar.gz
ports-84ce07165e9d3e5606332437f01e8b706234a0e0.zip
Update to 0.5.0
Notes
Notes: svn path=/head/; revision=53090
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 a65466643367..d0364e267554 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>