diff options
author | lioux <lioux@FreeBSD.org> | 2001-07-30 14:15:25 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-07-30 14:15:25 +0000 |
commit | 45c166aed986ab630c5c7ab89ba70e6ecd3251b6 (patch) | |
tree | fc387f6140d325cfd823ad0b449215e6f58a00fb /security/knocker/Makefile | |
parent | cdb75c6427cefe33c3c8a81dc358d6a509c4aabc (diff) | |
download | FreeBSD-ports-45c166aed986ab630c5c7ab89ba70e6ecd3251b6.zip FreeBSD-ports-45c166aed986ab630c5c7ab89ba70e6ecd3251b6.tar.gz |
Update to version 0.4.0
Submitted by: maintainer
Diffstat (limited to 'security/knocker/Makefile')
-rw-r--r-- | security/knocker/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/knocker/Makefile b/security/knocker/Makefile index 492fdc2..b580852 100644 --- a/security/knocker/Makefile +++ b/security/knocker/Makefile @@ -6,19 +6,17 @@ # PORTNAME= knocker -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pat@databits.net -GNU_CONFIGURE= yes +USE_AUTOCONF= yes MAN1= ${PORTNAME}.1 -pre-patch: - @${PERL} -pi.orig -e 's|-lpthread|${PTHREAD_LIBS}|' \ - ${WRKSRC}/configure +CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" .include <bsd.port.mk> |