Fix for PR ports/2253 - link from Tools/archive to ${PREFIX}/archive added
to Makefile and PLIST. Submitted by: bill@duchess.wagill.com
This commit is contained in:
parent
f8a1076b18
commit
5ff201ce42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5045
@ -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
|
||||
|
@ -1,8 +1,10 @@
|
||||
majordomo/archive
|
||||
majordomo/bin/approve
|
||||
majordomo/bin/bounce
|
||||
majordomo/bin/medit
|
||||
majordomo/bounce-remind
|
||||
majordomo/config_parse.pl
|
||||
majordomo/digest
|
||||
majordomo/majordomo
|
||||
majordomo/majordomo.pl
|
||||
majordomo/majordomo_version.pl
|
||||
|
Loading…
Reference in New Issue
Block a user