diff options
Diffstat (limited to 'security/hmap/Makefile')
-rw-r--r-- | security/hmap/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/hmap/Makefile b/security/hmap/Makefile index 913a96640f75..f92c3b5d5f29 100644 --- a/security/hmap/Makefile +++ b/security/hmap/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: hmap -# Date created: 29 Apr 2003 -# Whom: Yonatan <onatan@gmail.com> -# +# Created by: Yonatan <onatan@gmail.com> # $FreeBSD$ -# PORTNAME= hmap PORTVERSION= 0.1 @@ -24,6 +20,7 @@ USE_PYTHON= yes NO_WRKSUBDIR= yes NO_BUILD= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|DATADIR|${DATADIR}|' ${WRKSRC}/hmap.py |