1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Respect DESTDIR

PR:		101812
Submitted by:	gabor
This commit is contained in:
Erwin Lansing 2006-08-12 13:11:16 +00:00
parent 47dce6d3af
commit 85d148a1d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170409

View File

@ -27,6 +27,6 @@ do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o undms undms-1.3.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/undms ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/undms ${TARGETDIR}/bin/
.include <bsd.port.mk>