aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-10 02:33:56 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-10 02:33:56 +0000
commitaffe10028a8fd32bd4866da829c08b2fa3059931 (patch)
tree53a8b77dd1f682e8766415481ee3758ba9d84756 /palm
parent12e97d403528e326d5c263acce358c27bfa3074f (diff)
downloadports-affe10028a8fd32bd4866da829c08b2fa3059931.tar.gz
ports-affe10028a8fd32bd4866da829c08b2fa3059931.zip
Notes
Diffstat (limited to 'palm')
-rw-r--r--palm/mdbconv/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/palm/mdbconv/Makefile b/palm/mdbconv/Makefile
index fe27b9261829..1bc8efe8310e 100644
--- a/palm/mdbconv/Makefile
+++ b/palm/mdbconv/Makefile
@@ -13,12 +13,11 @@ COMMENT= Converts CSV to MobileDB database
NO_WRKSUBDIR= yes
PLIST_FILES= bin/mdbconv
-NO_STAGE= yes
pre-build:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
${RM} ${WRKSRC}/mdbconv
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mdbconv ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/mdbconv ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>