mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Really add MLINKS support. 7 or more times out of 9, you will need
to change pkg/PLIST when adding MLINKS support.
This commit is contained in:
parent
7531cca419
commit
d0c68f87d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13226
@ -4,7 +4,7 @@
|
||||
# Date created: 26 June 1995
|
||||
# Whom: ache
|
||||
#
|
||||
# $Id: Makefile,v 1.49 1998/08/28 20:51:28 hoek Exp $
|
||||
# $Id: Makefile,v 1.50 1998/09/10 08:08:24 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= elm-2.4ME+43
|
||||
@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/elm2.4.ME+.43
|
||||
MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \
|
||||
frm.1 listalias.1 messages.1 newalias.1 newmail.1 \
|
||||
printmail.1 readmsg.1
|
||||
MLINKS= frm.1 nfrm.1
|
||||
MLINKS= frm.1 nfrm.1 newmail.1 wnewmail.1
|
||||
|
||||
HAS_CONFIGURE= Yes
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
|
@ -20,9 +20,3 @@ lib/elm-help.1
|
||||
lib/elm-help.2
|
||||
lib/elm-help.3
|
||||
share/nls/C/elm2.4.cat
|
||||
@exec ln -f %D/man/man1/frm.1.gz %D/man/man1/nfrm.1.gz
|
||||
@exec ln -f %D/man/man1/newmail.1.gz %D/man/man1/wnewmail.1.gz
|
||||
@unexec rm %D/man/man1/wnewmail.1.gz 2> /dev/null || true
|
||||
@unexec rm %D/man/man1/wnewmail.1 2> /dev/null || true
|
||||
@unexec rm %D/man/man1/nfrm.1.gz 2> /dev/null || true
|
||||
@unexec rm %D/man/man1/nfrm.1 2> /dev/null || true
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Date created: 26 June 1995
|
||||
# Whom: ache
|
||||
#
|
||||
# $Id: Makefile,v 1.49 1998/08/28 20:51:28 hoek Exp $
|
||||
# $Id: Makefile,v 1.50 1998/09/10 08:08:24 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= elm-2.4ME+43
|
||||
@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/elm2.4.ME+.43
|
||||
MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \
|
||||
frm.1 listalias.1 messages.1 newalias.1 newmail.1 \
|
||||
printmail.1 readmsg.1
|
||||
MLINKS= frm.1 nfrm.1
|
||||
MLINKS= frm.1 nfrm.1 newmail.1 wnewmail.1
|
||||
|
||||
HAS_CONFIGURE= Yes
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
|
@ -20,9 +20,3 @@ lib/elm-help.1
|
||||
lib/elm-help.2
|
||||
lib/elm-help.3
|
||||
share/nls/C/elm2.4.cat
|
||||
@exec ln -f %D/man/man1/frm.1.gz %D/man/man1/nfrm.1.gz
|
||||
@exec ln -f %D/man/man1/newmail.1.gz %D/man/man1/wnewmail.1.gz
|
||||
@unexec rm %D/man/man1/wnewmail.1.gz 2> /dev/null || true
|
||||
@unexec rm %D/man/man1/wnewmail.1 2> /dev/null || true
|
||||
@unexec rm %D/man/man1/nfrm.1.gz 2> /dev/null || true
|
||||
@unexec rm %D/man/man1/nfrm.1 2> /dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user