diff options
author | asau <asau> | 2012-10-03 00:02:33 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 00:02:33 +0000 |
commit | 64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a (patch) | |
tree | 4aa30529e48266b3b23855c535d330e6d5b5d7d3 /chat/irssi | |
parent | a189a0a58af46c22e9617b692b0b2c19644064df (diff) | |
download | pkgsrc-64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/irssi')
-rw-r--r-- | chat/irssi/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile index 09a5ed1f9d5..a2566092020 100644 --- a/chat/irssi/Makefile +++ b/chat/irssi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2012/09/15 10:03:50 obache Exp $ +# $NetBSD: Makefile,v 1.60 2012/10/03 00:02:38 asau Exp $ DISTNAME= ${IRSSI_DISTNAME} PKGREVISION= 5 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.irssi.org/ COMMENT= Secure and modular IRC client with text mode user interface LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../mk/bsd.prefs.mk" .include "Makefile.common" |