diff options
Diffstat (limited to 'security/f-prot')
-rw-r--r-- | security/f-prot/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/f-prot/Makefile b/security/f-prot/Makefile index e47df954a244..dd548d1523c4 100644 --- a/security/f-prot/Makefile +++ b/security/f-prot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: f-prot -# Date created: 4 June 2003 -# Whom: Tim Bishop <tim@bishnet.net> -# +# Created by: Tim Bishop <tim@bishnet.net> # $FreeBSD$ -# PORTNAME= f-prot PORTVERSION= 6.5.1.5927 @@ -27,6 +23,7 @@ MAN8= fpupdate.8 ONLY_FOR_ARCHS= i386 amd64 +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/libexec/${PORTNAME} ${INSTALL_PROGRAM} ${WRKSRC}/fpscan ${PREFIX}/libexec/${PORTNAME} |