diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 09:20:57 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 09:20:57 +0000 |
commit | 04a5a3626d07f479d3e2122261c3c6b9406ec8c1 (patch) | |
tree | d27175b7973e874b93df16fa84b7e31e7998adb4 /mbone/dbeacon | |
parent | f0fe2c3c959489d5510ba3618d54549ce51395e8 (diff) | |
download | pkgsrc-04a5a3626d07f479d3e2122261c3c6b9406ec8c1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'mbone/dbeacon')
-rw-r--r-- | mbone/dbeacon/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mbone/dbeacon/Makefile b/mbone/dbeacon/Makefile index 3949d10a3eb..4c10bee4f58 100644 --- a/mbone/dbeacon/Makefile +++ b/mbone/dbeacon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/08/26 17:18:14 seb Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/08 09:25:49 asau Exp $ # DISTNAME= dbeacon-0.3.9.1 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://fivebits.net/proj/dbeacon/ COMMENT= Distributed IPv4/IPv6 multicast beacon -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ USE_TOOLS+= gmake NO_CONFIGURE= yes |