aboutsummaryrefslogtreecommitdiff
path: root/textproc/wiggle
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2013-10-07 20:48:03 +0000
committerMatthias Andree <mandree@FreeBSD.org>2013-10-07 20:48:03 +0000
commit918cf4aa6401e955a1d97b3ea75800f84ac96f25 (patch)
treefc96f25183dd5518e32bedb6c4161c22ec1ae95c /textproc/wiggle
parent030b0f605803021b9c9a912a073f12adb54e7c2f (diff)
downloadports-918cf4aa6401e955a1d97b3ea75800f84ac96f25.tar.gz
ports-918cf4aa6401e955a1d97b3ea75800f84ac96f25.zip
Convert to staging; USE_GMAKE -> USES=gmake
Notes
Notes: svn path=/head/; revision=329737
Diffstat (limited to 'textproc/wiggle')
-rw-r--r--textproc/wiggle/Makefile10
-rw-r--r--textproc/wiggle/pkg-plist3
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/wiggle/Makefile b/textproc/wiggle/Makefile
index c3cd1d21f551..a8758187856c 100644
--- a/textproc/wiggle/Makefile
+++ b/textproc/wiggle/Makefile
@@ -14,14 +14,10 @@ LICENSE= GPLv2
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
USE_GCC= 4.2+ # uses nested functions
-USE_GMAKE= yes
+USES= gmake
MAKE_ARGS+= CFLAGS="${CFLAGS} -I. -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter"
-MAN1= wiggle.1
-PLIST_FILES= bin/wiggle
-
-NO_STAGE= yes
pre-patch:
${REINPLACE_CMD} -Ee 's,\./dotest,bash ./dotest,' ${WRKSRC}/Makefile
${REINPLACE_CMD} -Ee "s,/usr/bin/time -o .time -f '%U',," ${WRKSRC}/dotest
@@ -30,7 +26,7 @@ pre-patch:
${REINPLACE_CMD} -Ee 's|(^[[:space:]]+[[:<:]])cols = cols;|\1(void)cols;|' ${WRKSRC}/vpatch.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wiggle ${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/wiggle.1 ${PREFIX}/man/man1/
+ ${INSTALL_PROGRAM} ${WRKSRC}/wiggle ${STAGEDIR}${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/wiggle.1 ${STAGEDIR}${PREFIX}/man/man1/
.include <bsd.port.mk>
diff --git a/textproc/wiggle/pkg-plist b/textproc/wiggle/pkg-plist
new file mode 100644
index 000000000000..2642c1b1ae5e
--- /dev/null
+++ b/textproc/wiggle/pkg-plist
@@ -0,0 +1,3 @@
+bin/wiggle
+man/man1/wiggle.1.gz
+