Whoops. I broke pkg_add while removing the manpages from the plist.
Fix pkg_delete while I'm here. Gee, wouldn't it be nice if bsd.port.mk had support for MLINKs? ;-)
This commit is contained in:
parent
1f2d5cdd9a
commit
5424500208
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12587
@ -4,7 +4,7 @@
|
||||
# Date created: 26 June 1995
|
||||
# Whom: ache
|
||||
#
|
||||
# $Id: Makefile,v 1.44 1998/04/27 21:10:09 ache Exp $
|
||||
# $Id: Makefile,v 1.45 1998/07/23 22:58:27 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= elm-2.4ME+43
|
||||
@ -34,5 +34,6 @@ post-install:
|
||||
${INSTALL_DATA} \
|
||||
${FILESDIR}/elm.mimetypes ${PREFIX}/lib; \
|
||||
fi
|
||||
${LN} -f ${PREFIX}/man/man1/frm.1 ${PREFIX}/man/man1/nfrm.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -19,6 +19,10 @@ lib/elm-help.0
|
||||
lib/elm-help.1
|
||||
lib/elm-help.2
|
||||
lib/elm-help.3
|
||||
@exec ln -f %D/%F %D/man/man1/nfrm.1.gz
|
||||
@exec ln -f %D/%F %D/man/man1/wnewmail.1
|
||||
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.44 1998/04/27 21:10:09 ache Exp $
|
||||
# $Id: Makefile,v 1.45 1998/07/23 22:58:27 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= elm-2.4ME+43
|
||||
@ -34,5 +34,6 @@ post-install:
|
||||
${INSTALL_DATA} \
|
||||
${FILESDIR}/elm.mimetypes ${PREFIX}/lib; \
|
||||
fi
|
||||
${LN} -f ${PREFIX}/man/man1/frm.1 ${PREFIX}/man/man1/nfrm.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -19,6 +19,10 @@ lib/elm-help.0
|
||||
lib/elm-help.1
|
||||
lib/elm-help.2
|
||||
lib/elm-help.3
|
||||
@exec ln -f %D/%F %D/man/man1/nfrm.1.gz
|
||||
@exec ln -f %D/%F %D/man/man1/wnewmail.1
|
||||
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