diff options
Diffstat (limited to 'ftp/gnusget/Makefile')
-rw-r--r-- | ftp/gnusget/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ftp/gnusget/Makefile b/ftp/gnusget/Makefile index c28ccd2..9f701f5 100644 --- a/ftp/gnusget/Makefile +++ b/ftp/gnusget/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnusget -# Date created: 19 January 2006 -# Whom: Ilya A. Otyutskiy <ilya.otyutskiy@gmail.com> -# +# Created by: Ilya A. Otyutskiy <ilya.otyutskiy@gmail.com> # $FreeBSD$ -# PORTNAME= gnusget PORTVERSION= 0.5.1 @@ -20,6 +16,7 @@ NO_BUILD= yes PLIST_FILES= bin/gnusget +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/gnusget ${PREFIX}/bin |