diff options
author | asau <asau> | 2012-10-03 12:55:08 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 12:55:08 +0000 |
commit | bf8e73fd10749c842f784fe13fab96162c0d5f22 (patch) | |
tree | e7cc06115ae8822644dda9c74e5e35b0598c2eb9 /ham/dpbox | |
parent | 0dff04393792bbde9512b3f6d77ab00a0c706b84 (diff) | |
download | pkgsrc-bf8e73fd10749c842f784fe13fab96162c0d5f22.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'ham/dpbox')
-rw-r--r-- | ham/dpbox/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ham/dpbox/Makefile b/ham/dpbox/Makefile index 57620106330..0c7e3a27817 100644 --- a/ham/dpbox/Makefile +++ b/ham/dpbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2011/02/28 14:52:51 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2012/10/03 13:01:43 asau Exp $ # DISTNAME= dpbox-60000 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@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 |