aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pdixtract
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-16 03:33:37 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-16 03:33:37 +0000
commit6021f45fc7f7b0928901e91d2b788d4a2497c349 (patch)
treee4a8c535c52ba9629392f5f9dc1d7e7466111234 /sysutils/pdixtract
parentcf6cdef06e95437dba2ea387051af4352a808ec6 (diff)
downloadports-6021f45fc7f7b0928901e91d2b788d4a2497c349.tar.gz
ports-6021f45fc7f7b0928901e91d2b788d4a2497c349.zip
Support STAGEDIR.
Notes
Notes: svn path=/head/; revision=333977
Diffstat (limited to 'sysutils/pdixtract')
-rw-r--r--sysutils/pdixtract/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/pdixtract/Makefile b/sysutils/pdixtract/Makefile
index 7baad8c21803..1f46008865a0 100644
--- a/sysutils/pdixtract/Makefile
+++ b/sysutils/pdixtract/Makefile
@@ -19,11 +19,10 @@ USE_ZIP= yes
PLIST_FILES= bin/pdixtract
-NO_STAGE= yes
do-build:
cd ${WRKDIR}; ${CC} ${CFLAGS} pdixtract.c -o pdixtract
do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/pdixtract ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKDIR}/pdixtract ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>