Respect DESTDIR

PR:		101796
Submitted by:	gabor
This commit is contained in:
Erwin Lansing 2006-08-12 13:04:13 +00:00
parent a0a19e5533
commit 062a3010ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170405

View File

@ -18,6 +18,6 @@ PLIST_FILES= bin/9e
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS=""
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/9e ${TARGETDIR}/bin
.include <bsd.port.mk>