aboutsummaryrefslogtreecommitdiff
path: root/security/ncrypt/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-15 18:04:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-15 18:04:58 +0000
commitddd4ec5320f1895cd9b394c522863af46fd35b61 (patch)
treeb9d63ee9ffdaf1913210db28998f9c76e51f7bab /security/ncrypt/Makefile
parent338a86a4d6efe25768556da84e0c02efd28dd478 (diff)
downloadports-ddd4ec5320f1895cd9b394c522863af46fd35b61.tar.gz
ports-ddd4ec5320f1895cd9b394c522863af46fd35b61.zip
Notes
Diffstat (limited to 'security/ncrypt/Makefile')
-rw-r--r--security/ncrypt/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/security/ncrypt/Makefile b/security/ncrypt/Makefile
index 32e6f7946727..0f774c495add 100644
--- a/security/ncrypt/Makefile
+++ b/security/ncrypt/Makefile
@@ -3,20 +3,22 @@
PORTNAME= ncrypt
PORTVERSION= 0.7.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-0.7/${PORTNAME}-${PORTVERSION}
-EXTRACT_SUFX= .tgz
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Advanced AES file encryption tool
+LICENSE= GPLv2
+
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+USES= tar:tgz
PLIST_FILES= bin/ncrypt bin/nrm
-post-configure:
- @${REINPLACE_CMD} -E 's,^(CC|CFLAGS) =,\1 \?=,g' \
- ${WRKSRC}/Makefile
+post-patch:
+ @${REINPLACE_CMD} -E 's,^(CC|CFLAGS) =,\1 \?=,g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>