diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-06-07 15:20:30 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-06-07 15:20:30 +0000 |
commit | f68afa05a7d7ee658908852742dc2d0b1858a40f (patch) | |
tree | 124f4985e6389b66ed57cf803c89d5f0117d3d97 /ham/dpbox/Makefile | |
parent | e478bd1a52ad25324ab6d8325aecd81445bf00e2 (diff) | |
download | pkgsrc-f68afa05a7d7ee658908852742dc2d0b1858a40f.tar.gz |
Do not hardcode /usr/pkg as prefix in patches.
Diffstat (limited to 'ham/dpbox/Makefile')
-rw-r--r-- | ham/dpbox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/dpbox/Makefile b/ham/dpbox/Makefile index 52d77e754c3..27c03581eba 100644 --- a/ham/dpbox/Makefile +++ b/ham/dpbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 15:13:51 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2003/06/07 15:20:30 jmmv Exp $ # DISTNAME= dpbox-60000 @@ -14,6 +14,8 @@ COMMENT= Multi-Protocol Amateur Packet Radio BBS USE_GMAKE= yes MAKEFILE= Makefile.netbsd +MAKE_ENV+= prefix="${PREFIX}" + .include "../../mk/bsd.prefs.mk" DPBOX_CONF_DIR= ${PREFIX}/share/dpbox/conf |