diff options
author | obache <obache> | 2008-06-12 15:03:16 +0000 |
---|---|---|
committer | obache <obache> | 2008-06-12 15:03:16 +0000 |
commit | 4ea0988e356d85c2aa756b7edd101ad5c4be04e4 (patch) | |
tree | 427c5927f88304aa2568e7889a265f4158ea522b /x11/gnopernicus | |
parent | 050b7f79938930679ae3eb8e98a44a26c87152db (diff) | |
download | pkgsrc-4ea0988e356d85c2aa756b7edd101ad5c4be04e4.tar.gz |
Fix interpreter path. Preported by Hasso Tepper in PR 38903.
It does not need BASH, just replace with SH.
Bump PKGREVISION.
Diffstat (limited to 'x11/gnopernicus')
-rw-r--r-- | x11/gnopernicus/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnopernicus/Makefile b/x11/gnopernicus/Makefile index 93e40630b1d..93fee8fb8b2 100644 --- a/x11/gnopernicus/Makefile +++ b/x11/gnopernicus/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.54 2008/03/06 14:53:56 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2008/06/12 15:03:16 obache Exp $ # DISTNAME= gnopernicus-1.1.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnopernicus/1.1/} EXTRACT_SUFX= .tar.bz2 @@ -22,6 +22,7 @@ CONFIGURE_ARGS+= --with-sysconfsubdir= PKG_SYSCONFSUBDIR= gnopernicus OWN_DIRS+= ${PKG_SYSCONFDIR}/translation_tables EGDIR= ${PREFIX}/share/examples/gnopernicus +REPLACE_SH+= gnopi/gnopernicus-mag-config CONF_FILES= ${EGDIR}/translation_tables/de.a2b \ ${PKG_SYSCONFDIR}/translation_tables/de.a2b |