1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

No need to use ${LDCONFIG} is we don't install any shared libs.

This commit is contained in:
Steve Price 1998-10-05 05:20:08 +00:00
parent 8c1c5f4a17
commit c5858e24c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13666

View File

@ -3,7 +3,7 @@
# Date created: 22 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.5 1998/09/17 00:50:51 asami Exp $
# $Id: Makefile,v 1.6 1998/09/19 05:46:07 steve Exp $
#
DISTNAME= dgs-0.5.0
@ -23,7 +23,4 @@ USE_X_PREFIX= yes
MAN1= gs.1 pdf2ps.1 ps2ascii.1 ps2epsi.1 ps2pdf.1
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>