diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-25 15:00:50 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-25 15:00:50 +0000 |
commit | 7d5d0fca715ee9a7953e7864354ad0cc10706978 (patch) | |
tree | e303acd59cb37500c85db45927b7c3213588d3ca /mail/re-alpine | |
parent | 39aae52e063ed023435320f21c58a1c16d866d1f (diff) | |
download | pkgsrc-7d5d0fca715ee9a7953e7864354ad0cc10706978.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'mail/re-alpine')
-rw-r--r-- | mail/re-alpine/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/re-alpine/Makefile b/mail/re-alpine/Makefile index b66c946c5e8..2119f9f0cc6 100644 --- a/mail/re-alpine/Makefile +++ b/mail/re-alpine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/08/18 07:31:12 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2016/02/25 15:00:51 jperkin Exp $ # DISTNAME= re-alpine-2.02 @@ -36,12 +36,10 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 CONFIGURE_ARGS+= --without-pthread .endif -.if ${OPSYS} == "MirBSD" -SUBST_CLASSES+= mirbsd +SUBST_CLASSES.MirBSD+= mirbsd SUBST_STAGE.mirbsd= pre-configure SUBST_FILES.mirbsd= configure SUBST_SED.mirbsd= -e 's,\*-\*-openbsd,*-*-mirbsd,g' -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/alpine/alpine ${DESTDIR}${PREFIX}/bin/alpine |