diff options
Diffstat (limited to 'sysutils/whatpix/Makefile')
-rw-r--r-- | sysutils/whatpix/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/whatpix/Makefile b/sysutils/whatpix/Makefile index eddcde787529..294b3b2098c1 100644 --- a/sysutils/whatpix/Makefile +++ b/sysutils/whatpix/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mtf -# Date created: 02 June 2002 -# Whom: Philippe Casidy <pcasidy@casidy.com> -# +# Created by: Philippe Casidy <pcasidy@casidy.com> # $FreeBSD$ -# PORTNAME= whatpix PORTVERSION= 1.2 @@ -21,6 +17,7 @@ PLIST_FILES= bin/whatpix USES= perl5 USE_PERL5= run +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/whatpix ${PREFIX}/bin |