diff options
Diffstat (limited to 'security/ftimes/Makefile')
-rw-r--r-- | security/ftimes/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/ftimes/Makefile b/security/ftimes/Makefile index 72f96a2313bc..af3f1b408b9d 100644 --- a/security/ftimes/Makefile +++ b/security/ftimes/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: ftimes +# New ports collection makefile for: ftimes # Date created: 20 August 2002 # Whom: Klayton Monroe <klm@uidzero.org> # @@ -6,7 +6,7 @@ # PORTNAME= ftimes -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 CATEGORIES= security sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ftimes @@ -16,7 +16,6 @@ MAINTAINER= klm@uidzero.org COMMENT= A system baselining and evidence collection tool GNU_CONFIGURE= YES -USE_REINPLACE= YES .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --without-ssl @@ -33,9 +32,6 @@ CFLAGS+= -static MAN1= ftimes.1 -post-patch: - ${REINPLACE_CMD} -e "s,-O2,${CFLAGS},g" ${WRKSRC}/configure - post-install: ${STRIP_CMD} ${PREFIX}/bin/ftimes |