diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
| commit | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch) | |
| tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/du2ps | |
| parent | Fix NO_STAGE (diff) | |
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
Diffstat (limited to 'sysutils/du2ps')
| -rw-r--r-- | sysutils/du2ps/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/du2ps/Makefile b/sysutils/du2ps/Makefile index d112b73e1149..5432864357cf 100644 --- a/sysutils/du2ps/Makefile +++ b/sysutils/du2ps/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: du2ps -# Date created: 31 May 2001 -# Whom: Yoshihiko Sarumaru <mistral@imasy.or.jp> -# +# Created by: Yoshihiko Sarumaru <mistral@imasy.or.jp> # $FreeBSD$ -# PORTNAME= du2ps PORTVERSION= 3.1 @@ -27,6 +23,7 @@ PLIST_FILES= bin/du2ps PORTDOCS= README.ver1 README.ver2 README.xdu du2ps.pdf du2psj.pdf .endif +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/du2ps ${PREFIX}/bin/du2ps ${INSTALL_MAN} ${WRKSRC}/du2ps.1 ${PREFIX}/man/man1/du2ps.1 |
