aboutsummaryrefslogtreecommitdiff
path: root/math/abs
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-17 16:18:25 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-17 16:18:25 +0000
commit15844441ac7ee7d20681a95075d1d1bf5b44721e (patch)
tree8a494386d360d6a4caef153a3866fb7bfb0291ad /math/abs
parent306ed3e55adc81e9d8e6f6a5032f333efa11d4ee (diff)
downloadports-15844441ac7ee7d20681a95075d1d1bf5b44721e.tar.gz
ports-15844441ac7ee7d20681a95075d1d1bf5b44721e.zip
Stagify.
Approved by: portmgr@
Notes
Notes: svn path=/head/; revision=358141
Diffstat (limited to 'math/abs')
-rw-r--r--math/abs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile
index 01a72290dc82..341b75bc0980 100644
--- a/math/abs/Makefile
+++ b/math/abs/Makefile
@@ -16,12 +16,11 @@ PLIST_FILES= bin/abs
USE_XORG= x11 xpm xaw
WRKSRC= ${WRKDIR}/abs-src-0.908
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's/trcasestr/strcasestr_/g' ${WRKSRC}/Database/cell.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/abs ${STAGEDIR}${PREFIX}/bin
post-install:
@${ECHO_MSG} "For the changes from previous version"