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 | 435a0b7e977f7b76984d5066fef5d327719b9a6f (patch) | |
tree | 4aa30529e48266b3b23855c535d330e6d5b5d7d3 /chat/epic4 | |
parent | e9fbb9d9f7c73b3d7843290331e8de0926eefe71 (diff) | |
download | pkgsrc-435a0b7e977f7b76984d5066fef5d327719b9a6f.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/epic4')
-rw-r--r-- | chat/epic4/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile index 6e4d61664ab..7ec7716647d 100644 --- a/chat/epic4/Makefile +++ b/chat/epic4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2012/01/09 23:08:56 sbd Exp $ +# $NetBSD: Makefile,v 1.35 2012/10/03 00:02:35 asau Exp $ # DISTNAME= epic4-2.2 @@ -14,8 +14,6 @@ MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \ ftp://ftp.nl.uu.net/pub/unix/irc/epic/EPIC4-PRODUCTION/ EXTRACT_SUFX= .tar.bz2 -PKG_DESTDIR_SUPPORT= user-destdir - MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.epicsol.org/ COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient |