diff options
Diffstat (limited to 'security/smap/Makefile')
-rw-r--r-- | security/smap/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/smap/Makefile b/security/smap/Makefile index 79021af88b97..abc87c94f76a 100644 --- a/security/smap/Makefile +++ b/security/smap/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: smap -# Date created: May 25, 2007 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# +# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD$ -# PORTNAME= smap PORTVERSION= 0.5.0 @@ -20,6 +15,7 @@ PLIST_DIRS= share/smap USE_GMAKE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/smap ${PREFIX}/bin ${MKDIR} ${PREFIX}/share/smap |