summaryrefslogtreecommitdiff
path: root/print/a2ps-letter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/a2ps-letter/Makefile')
-rw-r--r--print/a2ps-letter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/a2ps-letter/Makefile b/print/a2ps-letter/Makefile
index 22ec2d2263a3..80b3d22e8143 100644
--- a/print/a2ps-letter/Makefile
+++ b/print/a2ps-letter/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 July 1998
# Whom: Chuck Robey (chuckr@freebsd.org)
#
-# $Id: Makefile,v 1.18 1998/07/21 11:13:52 asami Exp $
+# $Id: Makefile,v 1.19 1998/07/21 13:48:19 asami Exp $
#
DISTNAME= a2ps-4.10.3
@@ -44,7 +44,7 @@ pre-configure:
${ECHO} ${PAPERSIZE} > ${WRKDIR}/.media
post-install:
- ${LDCONFIG} -R ${PREFIX}/lib
+ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
strip ${PREFIX}/bin/a2ps
(cd ${WRKSRC}/doc; ${MAKE} install)