1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Add stage support

- Convert tab in space in pkg-descr
- Remove "Created by" from header

PR:		ports/184105
Submitted by:	Takefu <takefu@airport.fm> (maintainer)
This commit is contained in:
Danilo Egea Gondolfo 2013-11-20 16:13:13 +00:00
parent 66c4d58dea
commit 3ec7183436
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334426
2 changed files with 6 additions and 7 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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/