mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +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:
parent
66c4d58dea
commit
3ec7183436
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334426
@ -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>
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user