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/irchat-pj | |
parent | 9e335beeddda593403a4cf550fe49f73d4d471fa (diff) | |
download | pkgsrc-10e57b98b03f5181234ab7d591a22649fbf4446a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/irchat-pj')
-rw-r--r-- | chat/irchat-pj/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/irchat-pj/Makefile b/chat/irchat-pj/Makefile index 11aebbc95aa..0365f745868 100644 --- a/chat/irchat-pj/Makefile +++ b/chat/irchat-pj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/08/06 01:44:46 minskim Exp $ +# $NetBSD: Makefile,v 1.18 2012/10/03 00:02:38 asau Exp $ DISTNAME= irchat-pj-2.4.24.22 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -13,7 +13,6 @@ HOMEPAGE= http://gouketsu.net/irchat-pj/ COMMENT= Emacs lisp interface to Internet Relay Chat INSTALLATION_DIRS= bin ${EMACS_LISPPREFIX:C|^${PREFIX}/||}/irchat-pj -PKG_DESTDIR_SUPPORT= user-destdir .include "../../editors/emacs/modules.mk" |