summaryrefslogtreecommitdiff
path: root/textproc/sp
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-06-28 11:50:24 +0000
committeragc <agc@pkgsrc.org>1999-06-28 11:50:24 +0000
commitb62fd555dfe5696494250186e11aab25b96bdf1c (patch)
tree37d28cee0983dfb0ec85d8bea51f9bd4eec3410f /textproc/sp
parentdbdecef2405f27f28f85959e43ab6ae2f7d5d50e (diff)
downloadpkgsrc-b62fd555dfe5696494250186e11aab25b96bdf1c.tar.gz
Include bsd.prefs.mk before any != ${CC} --version assignment, just in
case CC is set to something non-standard, so that we execute the right compiler.
Diffstat (limited to 'textproc/sp')
-rw-r--r--textproc/sp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile
index fe7727e0d70..fca9be43703 100644
--- a/textproc/sp/Makefile
+++ b/textproc/sp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/03/22 16:38:11 rh Exp $
+# $NetBSD: Makefile,v 1.3 1999/06/28 11:50:24 agc Exp $
#
DISTNAME= sp-1.3
@@ -24,6 +24,8 @@ post-install:
cd ${WRKSRC}/pubtext; for n in * ; do ${INSTALL_DATA} $$n ${PREFIX}/share/sp/dtd/$n ; done
${ECHO} "CATALOG ${PREFIX}/share/sp/dtd/html.soc" > ${PREFIX}/share/sp/catalog
+.include "../../mk/bsd.prefs.mk"
+
GCC_VERSION!= ${CC} --version
post-patch: