From 3ec7183436745d53521e54d024dec0be76cfc37f Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Wed, 20 Nov 2013 16:13:13 +0000 Subject: [PATCH] - Add stage support - Convert tab in space in pkg-descr - Remove "Created by" from header PR: ports/184105 Submitted by: Takefu (maintainer) --- textproc/qprint/Makefile | 11 +++++------ textproc/qprint/pkg-descr | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/textproc/qprint/Makefile b/textproc/qprint/Makefile index eb26419b31c5..fa919b2af8c9 100644 --- a/textproc/qprint/Makefile +++ b/textproc/qprint/Makefile @@ -1,4 +1,3 @@ -# Created by: Takefu # $FreeBSD$ PORTNAME= qprint @@ -17,13 +16,13 @@ LICENSE_PERMS= auto-accept GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes -PLIST_FILES= bin/qprint -MAN1= qprint.1 +PLIST_FILES= bin/qprint \ + man/man1/qprint.1.gz + ALL_TARGET= prog check wringer -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/qprint ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/qprint.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/qprint ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/qprint.1 ${STAGEDIR}${PREFIX}/man/man1 .include diff --git a/textproc/qprint/pkg-descr b/textproc/qprint/pkg-descr index 2e5c493658b8..e0db161f60dc 100644 --- a/textproc/qprint/pkg-descr +++ b/textproc/qprint/pkg-descr @@ -5,4 +5,4 @@ primarily of printable ASCII characters, but which may contain characters cannot be encoded as 7-bit ASCII or are non-printable characters which may confuse mail transfer agents. -WWW: http://www.fourmilab.ch/webtools/qprint/ +WWW: http://www.fourmilab.ch/webtools/qprint/