1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Fix the post-install target, .endif in the wrong place.

This commit is contained in:
Chuck Robey 1996-08-24 17:12:05 +00:00
parent 075e28caf2
commit 4ac5951745
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3694

View File

@ -3,7 +3,7 @@
# Date created: Aug 17 1996
# Whom: chuckr
#
# $Id: Makefile,v 1.10 1996/07/02 00:19:10 gpalmer Exp $
# $Id: Makefile,v 1.11 1996/08/24 03:51:00 chuckr Exp $
#
DISTNAME= itcl2.1
@ -43,6 +43,7 @@ post-install:
do gzip -9nf $(PREFIX)/share/itcl/itk/man/mann/`$(BASENAME) $$m`;done
@for m in $(WRKSRC)/iwidgets2.1.0/doc/*.n ; \
do gzip -9nf $(PREFIX)/share/itcl/iwidgets/man/mann/`$(BASENAME) $$m`;done
.endif
@echo "*****************************************************"
@echo "There are new man directories to install now:"
@echo "Add $(PREFIX)share/itcl/tcl7.5"
@ -52,7 +53,6 @@ post-install:
@echo " iwidgets"
@echo "To the manpath in /etc/manpath.config"
@echo "*****************************************************"
.endif
/sbin/ldconfig -m $(PREFIX)/lib
.include <bsd.port.mk>