diff options
author | joerg <joerg> | 2010-01-29 23:46:10 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-29 23:46:10 +0000 |
commit | e2bcd15668107946235f1a2907abad2d4979a11f (patch) | |
tree | 5745f19d479a0d0ac2dd71fd9d58aa5fe1fb6006 /ham | |
parent | b1eea50d655d851e1791d40bc00014f2399ba23d (diff) | |
download | pkgsrc-e2bcd15668107946235f1a2907abad2d4979a11f.tar.gz |
DESTDIR ready
Diffstat (limited to 'ham')
-rw-r--r-- | ham/dpbox/Makefile | 5 | ||||
-rw-r--r-- | ham/linpsk/Makefile | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ham/dpbox/Makefile b/ham/dpbox/Makefile index 7581a491448..75fc6013608 100644 --- a/ham/dpbox/Makefile +++ b/ham/dpbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/09/09 02:43:09 obache Exp $ +# $NetBSD: Makefile,v 1.16 2010/01/29 23:46:15 joerg Exp $ # DISTNAME= dpbox-60000 @@ -11,11 +11,14 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://home.snafu.de/wahlm/dl8hbs/dpbox.html COMMENT= Multi-Protocol Amateur Packet Radio BBS +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/dpbox-6.00.00/source USE_TOOLS+= gmake MAKE_FILE= Makefile.netbsd MAKE_ENV+= prefix=${PREFIX:Q} +INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} .include "../../mk/bsd.prefs.mk" diff --git a/ham/linpsk/Makefile b/ham/linpsk/Makefile index 1d2ce652963..61217680a2d 100644 --- a/ham/linpsk/Makefile +++ b/ham/linpsk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2010/01/18 09:59:10 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2010/01/29 23:46:10 joerg Exp $ # DISTNAME= linpsk-0.8.1 @@ -10,6 +10,8 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://linpsk.sourceforge.net/ COMMENT= PSK31 terminal program using QT3 +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= qt3-tools-3.*:../../x11/qt3-tools USE_LIBTOOL= yes |