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/wmget | |
parent | 4a65c836693c56cb403b7a0b47a9514037a4bcec (diff) |
Notes
Diffstat (limited to 'ftp/wmget')
-rw-r--r-- | ftp/wmget/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ftp/wmget/Makefile b/ftp/wmget/Makefile index 63c165ec2894..588e91786cf1 100644 --- a/ftp/wmget/Makefile +++ b/ftp/wmget/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: wmget -# Date created: 05.01.2004 -# Whom: Ulrich Spoerlein <uspoerlein@gmail.com> -# +# Created by: Ulrich Spoerlein <uspoerlein@gmail.com> # $FreeBSD$ PORTNAME= wmget @@ -27,6 +24,7 @@ MAKE_ENV+= ${CONFIGURE_ENV} MAN1= wmget.1 PLIST_FILES= bin/wmget +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmget ${PREFIX}/bin .if !defined(NO_INSTALL_MANPAGES) |