ports/187504: [PATCH] math/wingzpro: Stage
Johannes Jost Meixner
xmj at chaot.net
Wed Mar 12 19:40:02 UTC 2014
>Number: 187504
>Category: ports
>Synopsis: [PATCH] math/wingzpro: Stage
>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 Mar 12 19:40:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Johannes Jost Meixner
>Release: FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OUe
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #4: Sun Mar 9 15:34:03 EET
>Description:
- Stagify
Port maintainer (mi at aldan.algebra.com) is cc'd.
Generated with FreeBSD Port Tools 1.00.2014.03.12 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- wingzpro-311.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 347997)
+++ Makefile (working copy)
@@ -3,7 +3,7 @@
PORTNAME= wingzpro
PORTVERSION= 311
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math linux
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=apps/financial/spreadsheet
@@ -22,12 +22,11 @@
# XXX: this is missing "${BRANDELF} -t Linux <executables>"
-NO_STAGE= yes
do-install:
- ${TAR} -xzp -C ${LOCALBASE} -f ${DISTDIR}/${DISTFILES}
+ ${TAR} -xzp -C ${STAGEDIR}${LOCALBASE} -f ${DISTDIR}/${DISTFILES}
${SED} 's%_LOCALBASE_%${LOCALBASE}%' \
< ${FILESDIR}/Wingz3 \
- > ${LOCALBASE}/bin/Wingz3
- ${CHMOD} 755 ${LOCALBASE}/bin/Wingz3
+ > ${STAGEDIR}${LOCALBASE}/bin/Wingz3
+ ${CHMOD} 755 ${STAGEDIR}${LOCALBASE}/bin/Wingz3
.include <bsd.port.mk>
--- wingzpro-311.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list