diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-07 15:58:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-07 15:58:28 +0800 |
commit | 1b5538a51a22e1175099fe908682112d9ba03ff8 (patch) | |
tree | d006e03928822cdb944c6f1ee3c6815d6710a02d /misc | |
parent | 3eb8cf21a813a24200afe73bc941e88b17d9ba3c (diff) | |
download | freebsd-ports-gnome-1b5538a51a22e1175099fe908682112d9ba03ff8.tar.gz freebsd-ports-gnome-1b5538a51a22e1175099fe908682112d9ba03ff8.tar.zst freebsd-ports-gnome-1b5538a51a22e1175099fe908682112d9ba03ff8.zip |
- Respect DESTDIR for all my ports
Reviewed by: gabor
Approved by: krion (mentor)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/nut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/nut/Makefile b/misc/nut/Makefile index 417771c8b4d4..3fa4d2c527f5 100644 --- a/misc/nut/Makefile +++ b/misc/nut/Makefile @@ -33,7 +33,7 @@ post-patch: -e 's|^CFLAGS=|CFLAGS+=|g' ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin/ ${INSTALL} -d ${DATADIR} ${INSTALL_DATA} ${RAW:S,^,${WRKSRC}/raw.data/,} ${DATADIR}/ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1/ |