summaryrefslogtreecommitdiff
path: root/print/a2ps/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-05-09 12:01:57 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-05-09 12:01:57 +0000
commit7540db3af6f10587d24a9f0be056eff6b94bab8e (patch)
tree0d46735b98758a1727111b3152544aa04822a3d5 /print/a2ps/Makefile
parent1251b3b37089c77c3d7f3640ecbab360a5b4a8be (diff)
downloadpkgsrc-7540db3af6f10587d24a9f0be056eff6b94bab8e.tar.gz
Add missing entry for bin/texi2dvi4a2ps, resort PLIST. Fix ldconfig
handling and add proper dir info entry to a2ps.info.
Diffstat (limited to 'print/a2ps/Makefile')
-rw-r--r--print/a2ps/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile
index 83fd82414f4..7a92441611e 100644
--- a/print/a2ps/Makefile
+++ b/print/a2ps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/05/09 01:51:31 hubertf Exp $
+# $NetBSD: Makefile,v 1.11 1998/05/09 12:01:57 frueauf Exp $
# FreeBSD Id: Makefile,v 1.12 1998/02/15 21:24:42 steve Exp
#
@@ -47,4 +47,7 @@ pre-configure:
${FALSE}; \
fi)
+post-install:
+ ${LDCONFIG} || ${TRUE}
+
.include "../../mk/bsd.pkg.mk"