diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 00:02:33 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 00:02:33 +0000 |
commit | 10e57b98b03f5181234ab7d591a22649fbf4446a (patch) | |
tree | 4aa30529e48266b3b23855c535d330e6d5b5d7d3 /chat/riece/Makefile | |
parent | 9e335beeddda593403a4cf550fe49f73d4d471fa (diff) | |
download | pkgsrc-10e57b98b03f5181234ab7d591a22649fbf4446a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/riece/Makefile')
-rw-r--r-- | chat/riece/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/riece/Makefile b/chat/riece/Makefile index 3c422e6c4d2..764c8838322 100644 --- a/chat/riece/Makefile +++ b/chat/riece/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2011/10/09 02:25:24 kim Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/03 00:02:43 asau Exp $ # DISTNAME= riece-5.0.0 @@ -11,7 +11,6 @@ MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://www.nongnu.org/riece/ COMMENT= IRC client for Emacs -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= ${EMACS_LISPPREFIX:C|^${PREFIX}/||}/riece \ ${EMACS_INFOPREFIX:C|^${PREFIX}/||} |