From 8f3792051b5fcc8b5b72d59a7229a6477d295ece Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 25 Sep 2014 14:48:53 +0000 Subject: Avoid sys/dir.h on SunOS. --- misc/reed/Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'misc') 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 -- cgit v1.2.3