aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-10-31 16:52:24 +0800
committertg <tg@FreeBSD.org>1997-10-31 16:52:24 +0800
commit637e600f44a9e13f2f28df43a589d84fda2e6255 (patch)
tree1fe3bbb4adada45bb1190908dace69155a259a28
parent6a9f29bc5dc582e6194b152d662991ad94e94793 (diff)
downloadfreebsd-ports-gnome-637e600f44a9e13f2f28df43a589d84fda2e6255.tar.gz
freebsd-ports-gnome-637e600f44a9e13f2f28df43a589d84fda2e6255.tar.zst
freebsd-ports-gnome-637e600f44a9e13f2f28df43a589d84fda2e6255.zip
Fix file ownerships.
PR: 4897 Submitted by: Matthew Hunt <mph@pobox.com>
-rw-r--r--irc/epic4/Makefile6
-rw-r--r--irc/epic5/Makefile6
2 files changed, 10 insertions, 2 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile
index b94d22442fe7..4e8e0cc637eb 100644
--- a/irc/epic4/Makefile
+++ b/irc/epic4/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 June 1997
# Whom: Matthew Hunt <mph@pobox.com>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/07/29 09:22:39 tg Exp $
#
DISTNAME= ircii2.8.2-EPIC3.004
@@ -18,6 +18,10 @@ EXTRACT_ONLY= ircii2.8.2-EPIC3.004.tar.gz
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/ircii-EPIC3.004
+do-install:
+ (cd ${WRKSRC} && make INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+ INSTALL_DATA="${INSTALL_DATA}" install)
+
post-install:
(cd $(PREFIX)/lib/irc && tar xzf $(DISTDIR)/ircii2.8.2-EPIC3.help.tar.gz)
# Distfile has wrong permissions for...
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index b94d22442fe7..4e8e0cc637eb 100644
--- a/irc/epic5/Makefile
+++ b/irc/epic5/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 June 1997
# Whom: Matthew Hunt <mph@pobox.com>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/07/29 09:22:39 tg Exp $
#
DISTNAME= ircii2.8.2-EPIC3.004
@@ -18,6 +18,10 @@ EXTRACT_ONLY= ircii2.8.2-EPIC3.004.tar.gz
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/ircii-EPIC3.004
+do-install:
+ (cd ${WRKSRC} && make INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+ INSTALL_DATA="${INSTALL_DATA}" install)
+
post-install:
(cd $(PREFIX)/lib/irc && tar xzf $(DISTDIR)/ircii2.8.2-EPIC3.help.tar.gz)
# Distfile has wrong permissions for...