ports/184105: [MAINTAINER] textproc/qprint: fix StageDIR
Takefu
takefu at airport.fm
Wed Nov 20 08:50:01 UTC 2013
>Number: 184105
>Category: ports
>Synopsis: [MAINTAINER] textproc/qprint: fix StageDIR
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Nov 20 08:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Takefu
>Release: FreeBSD 8.4-RELEASE-p4 i386
>Organization:
FOX Amateur Radio Club
>Environment:
System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p4 FreeBSD 8.4-RELEASE-p4 #0: Wed Sep 25 14:55:36 JST 2013
>Description:
fix
- StageDir
- TAB to space
>How-To-Repeat:
>Fix:
--- qprint-1.0.patch begins here ---
diff -ruN /usr/ports/textproc/qprint/Makefile ./Makefile
--- /usr/ports/textproc/qprint/Makefile 2013-09-21 08:17:30.000000000 +0900
+++ ./Makefile 2013-11-20 11:38:41.000000000 +0900
@@ -1,4 +1,3 @@
-# Created by: Takefu
# $FreeBSD: textproc/qprint/Makefile 327773 2013-09-20 23:17:30Z bapt $
PORTNAME= qprint
@@ -21,9 +20,8 @@
MAN1= qprint.1
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>
diff -ruN /usr/ports/textproc/qprint/pkg-descr ./pkg-descr
--- /usr/ports/textproc/qprint/pkg-descr 2012-11-01 04:05:00.000000000 +0900
+++ ./pkg-descr 2013-11-20 16:49:43.000000000 +0900
@@ -5,4 +5,4 @@
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/
--- qprint-1.0.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list