diff options
Diffstat (limited to 'sysutils/geteltorito/Makefile')
-rw-r--r-- | sysutils/geteltorito/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/geteltorito/Makefile b/sysutils/geteltorito/Makefile index e4c6a54c1d9e..4d1500799665 100644 --- a/sysutils/geteltorito/Makefile +++ b/sysutils/geteltorito/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: geteltorito -# Date created: Wed Apr 15 11:35:12 PDT 2009 -# Whom: Valerio Daelli <valerio.daelli@gmail.com> -# +# Created by: Valerio Daelli <valerio.daelli@gmail.com> # $FreeBSD$ -# PORTNAME= geteltorito PORTVERSION= 1.0 @@ -21,6 +17,7 @@ USE_PERL5= run PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${DISTDIR}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} |