diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
commit | 1640537ad67a4e7c293de8c7bd81840e57ec6928 (patch) | |
tree | 4ecd721edd10b744a029d8fb947cbd73bc4f7b9b /ftp/gnusget | |
parent | 4a65c836693c56cb403b7a0b47a9514037a4bcec (diff) |
Notes
Diffstat (limited to 'ftp/gnusget')
-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 c28ccd272561..9f701f5667dd 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 |