diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-18 00:18:25 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-18 00:18:25 +0800 |
commit | 2ea15a190c18f0679fda3f7c79f57e7780f79d45 (patch) | |
tree | 8a494386d360d6a4caef153a3866fb7bfb0291ad /math/abs | |
parent | b326f517a859298b211dc9ba965abee441cc39cd (diff) | |
download | freebsd-ports-gnome-2ea15a190c18f0679fda3f7c79f57e7780f79d45.tar.gz freebsd-ports-gnome-2ea15a190c18f0679fda3f7c79f57e7780f79d45.tar.zst freebsd-ports-gnome-2ea15a190c18f0679fda3f7c79f57e7780f79d45.zip |
Stagify.
Approved by: portmgr@
Diffstat (limited to 'math/abs')
-rw-r--r-- | math/abs/Makefile | 3 |
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" |