summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-16 18:29:53 +0000
committerjoerg <joerg>2009-02-16 18:29:53 +0000
commit52c09ef9af8ef35cac0744d8edd7e9c564d22e34 (patch)
treec768a982e681902537137779ede869748d6ea49f /chat
parente49b350f52a9c2ef302e897df53ac3b9f7502f45 (diff)
downloadpkgsrc-52c09ef9af8ef35cac0744d8edd7e9c564d22e34.tar.gz
DESTDIR support.
Diffstat (limited to 'chat')
-rw-r--r--chat/epic4/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile
index b0d482bf68f..95dd729bb3d 100644
--- a/chat/epic4/Makefile
+++ b/chat/epic4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2008/01/18 05:06:23 tnn Exp $
+# $NetBSD: Makefile,v 1.29 2009/02/16 18:37:04 joerg Exp $
#
DISTNAME= epic4-2.2
@@ -15,11 +15,15 @@ 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= zuntum@NetBSD.org
HOMEPAGE= http://www.epicsol.org/
COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient
GNU_CONFIGURE= YES
+INSTALL_MAKE_FLAGS+= IP=${DESTDIR}
+
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"