ports/186604: stage support for textproc/par

Mikhail mp39590 at gmail.com
Sun Feb 9 20:30:03 UTC 2014


>Number:         186604
>Category:       ports
>Synopsis:       stage support for textproc/par
>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:   Sun Feb 09 20:30:02 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail
>Release:        10.0-RELEASE
>Organization:
>Environment:
FreeBSD edge 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
This patch adds staging support.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN par.orig/Makefile par/Makefile
--- par.orig/Makefile	2014-02-10 00:18:38.000000000 +0400
+++ par/Makefile	2014-02-10 00:21:00.000000000 +0400
@@ -14,15 +14,14 @@
 CONFLICTS=	quake-par-[0-9]*
 
 ALL_TARGET=	#
-MAN1=		par.1
-PLIST_FILES=	bin/par
+PLIST_FILES=	bin/par \
+		man/man1/par.1.gz
 
-NO_STAGE=	yes
 do-configure:
 	(cd ${WRKSRC}; ${CP} protoMakefile Makefile)
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/par ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/par.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/par ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/par.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list