diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-05 05:20:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-05 05:20:08 +0000 |
commit | c5858e24c73dd1203e1d0ee8a58f22c15e071593 (patch) | |
tree | e101d3f659a137b366890fa0a2fb835c992fdb4b /x11/dgs/Makefile | |
parent | Move manpages to Makefile and use MAN* macros. (diff) |
No need to use ${LDCONFIG} is we don't install any shared libs.
Diffstat (limited to 'x11/dgs/Makefile')
-rw-r--r-- | x11/dgs/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index cf7efbf119f8..cb8fc75953f4 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -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> |