diff options
author | asau <asau@pkgsrc.org> | 2012-11-18 02:25:37 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-11-18 02:25:37 +0000 |
commit | 4db0785e52fa5da80355abdd53cfa71088c4a736 (patch) | |
tree | 50ce47750526b502861cefa43aa75dd1392ad300 /net | |
parent | eac59b9af726add78a53387892219796925e6ad6 (diff) | |
download | pkgsrc-4db0785e52fa5da80355abdd53cfa71088c4a736.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'net')
-rw-r--r-- | net/py-irclib/Makefile | 4 | ||||
-rw-r--r-- | net/py-ptt/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net/py-irclib/Makefile b/net/py-irclib/Makefile index 405db952718..fbb9b94e9bd 100644 --- a/net/py-irclib/Makefile +++ b/net/py-irclib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/11/03 14:18:06 imil Exp $ +# $NetBSD: Makefile,v 1.2 2012/11/18 02:25:37 asau Exp $ # IRCVERS= 3.4.2 @@ -13,8 +13,6 @@ HOMEPAGE= https://bitbucket.org/jaraco/irc COMMENT= Internet Relay Chat (IRC) protocol client library LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # none post-extract: diff --git a/net/py-ptt/Makefile b/net/py-ptt/Makefile index 83a80f0bbe5..22ea02341d1 100644 --- a/net/py-ptt/Makefile +++ b/net/py-ptt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/11/03 14:29:25 imil Exp $ +# $NetBSD: Makefile,v 1.3 2012/11/18 02:25:37 asau Exp $ # PTTVERS= 1.9.0 @@ -13,8 +13,6 @@ HOMEPAGE= http://mike.verdone.ca/twitter/ COMMENT= Twitter API, command-line tool, and IRC bot LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # none .include "../../net/py-irclib/buildlink3.mk" |