mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Yes, removing plist manpages broke this one, too. :)
Actually, this has been broken since asami's compress-all-the-manpages commit on Nov. 18, _1996_. I'm beginning to suspect that more ports are in like this...
This commit is contained in:
parent
13acebb211
commit
80140b58bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12590
@ -3,7 +3,7 @@
|
||||
# Date created: 5 January 1995
|
||||
# Whom: pst
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/07/10 15:50:48 pst Exp $
|
||||
# $Id: Makefile,v 1.10 1997/07/17 15:12:39 max Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gsm-1.0.10
|
||||
@ -18,5 +18,12 @@ MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
.if defined(NOMANCOMPRESS)
|
||||
${LN} -sf ${PREFIX}/man/man1/toast.1 ${PREFIX}/man/man1/untoast.1
|
||||
${LN} -sf ${PREFIX}/man/man1/toast.1 ${PREFIX}/man/man1/tcat.1
|
||||
.else
|
||||
${LN} -sf ${PREFIX}/man/man1/toast.1.gz ${PREFIX}/man/man1/untoast.1.gz
|
||||
${LN} -sf ${PREFIX}/man/man1/toast.1.gz ${PREFIX}/man/man1/tcat.1.gz
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,11 +1,16 @@
|
||||
bin/toast
|
||||
@exec ln -fs %f %B/untoast
|
||||
@exec ln -fs %f %B/untoastt
|
||||
@exec ln -fs %f %B/untoast.1
|
||||
@exec ln -fs %f %B/tcat.1
|
||||
@exec ln -f %D/%F %B/untoast
|
||||
@exec ln -f %D/%F %B/tcat
|
||||
@exec ln -fs toast.1.gz %D/man/man1/untoast.1.gz
|
||||
@exec ln -fs toast.1.gz %D/man/man1/tcat.1.gz
|
||||
@unexec rm %D/bin/untoast
|
||||
@unexec rm %D/bin/tcat
|
||||
@unexec rm %D/man/man1/untoast.1.gz
|
||||
@unexec rm %D/man/man1/untoast.1 2> /dev/null || true
|
||||
@unexec rm %D/man/man1/tcat.1.gz
|
||||
@unexec rm %D/man/man1/tcat.1 2> /dev/null || true
|
||||
lib/libgsm.so.1.0.10
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -R
|
||||
lib/libgsm.a
|
||||
@exec ranlib %D/%F
|
||||
include/gsm.h
|
||||
|
Loading…
Reference in New Issue
Block a user