aboutsummaryrefslogtreecommitdiffstats
path: root/mail/majordomo/Makefile
diff options
context:
space:
mode:
authorjfitz <jfitz@FreeBSD.org>1996-12-20 11:32:38 +0800
committerjfitz <jfitz@FreeBSD.org>1996-12-20 11:32:38 +0800
commite9075e68ca30f2ef4ce164abcd17a3405ce54c2b (patch)
tree72cc7673e52df9bd05bfa8bbb917758ac14d1e91 /mail/majordomo/Makefile
parent6e55129dae058c9ba28b7e8aa3750b21fb291901 (diff)
downloadfreebsd-ports-gnome-e9075e68ca30f2ef4ce164abcd17a3405ce54c2b.tar.gz
freebsd-ports-gnome-e9075e68ca30f2ef4ce164abcd17a3405ce54c2b.tar.zst
freebsd-ports-gnome-e9075e68ca30f2ef4ce164abcd17a3405ce54c2b.zip
Fix for PR ports/2253 - link from Tools/archive to ${PREFIX}/archive added
to Makefile and PLIST. Submitted by: bill@duchess.wagill.com
Diffstat (limited to 'mail/majordomo/Makefile')
-rw-r--r--mail/majordomo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile
index a53ac1228ed9..a7f0e53013da 100644
--- a/mail/majordomo/Makefile
+++ b/mail/majordomo/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 October 1996
# Whom: jfitz@FreeBSD.ORG
#
-# $Id: Makefile,v 1.5 1996/12/07 11:26:41 max Exp $
+# $Id: Makefile,v 1.6 1996/12/08 01:44:53 max Exp $
#
DISTNAME= majordomo-1.94
@@ -32,6 +32,7 @@ pre-install:
post-install:
@ ln -sf ${PREFIX}/majordomo/Tools/digest ${PREFIX}/majordomo
+ @ ln -sf ${PREFIX}/majordomo/Tools/archive2.pl ${PREFIX}/majordomo/archive
@ for dir in tmp lists/test-l.archive lists/test-l-digest.archive digests/test-l-digest doc; do \
${MKDIR} -p ${PREFIX}/majordomo/$$dir; \
done