summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/reed/Makefile14
1 files changed, 13 insertions, 1 deletions
diff --git a/misc/reed/Makefile b/misc/reed/Makefile
index e8314c7c6b7..914cce57414 100644
--- a/misc/reed/Makefile
+++ b/misc/reed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2014/05/29 23:36:59 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2014/09/25 14:48:53 jperkin Exp $
DISTNAME= reed-5.4
PKGREVISION= 5
@@ -20,6 +20,18 @@ INCOMPAT_CURSES= NetBSD-1.5-* NetBSD-1.5.*-* NetBSD-1.5[A-U]-*
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+SUBST_CLASSES+= sysdir1 sysdir2
+SUBST_STAGE.sysdir1= pre-configure
+SUBST_FILES.sysdir1= cfg.data
+SUBST_SED.sysdir1= -e "s,sys/dir.h,,g"
+SUBST_STAGE.sysdir2= pre-configure
+SUBST_FILES.sysdir2= reed.c
+SUBST_SED.sysdir2= -e "/sys\/dir.h/d"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/reed ${DESTDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/breed ${DESTDIR}${PREFIX}/bin