pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/fillets-ng games/fillets-ng: fix path to documen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/813b2acdd34a
branches:  trunk
changeset: 342041:813b2acdd34a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Oct 12 20:00:30 2019 +0000

description:
games/fillets-ng: fix path to documentation files

diffstat:

 games/fillets-ng/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 3242342e9185 -r 813b2acdd34a games/fillets-ng/Makefile
--- a/games/fillets-ng/Makefile Sat Oct 12 20:00:06 2019 +0000
+++ b/games/fillets-ng/Makefile Sat Oct 12 20:00:30 2019 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2019/09/07 14:49:58 nia Exp $
+# $NetBSD: Makefile,v 1.38 2019/10/12 20:00:30 rillig Exp $
 #
 
 DISTNAME=      fillets-ng-1.0.1
+PKGREVISION=   1
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fillets/}
 
@@ -25,7 +26,7 @@
 SUBST_STAGE.man=       pre-configure
 SUBST_FILES.man=       fillets.6
 SUBST_MESSAGE.man=     Fixing documentation path in the manual page.
-SUBST_SED.man=         "s,/usr/share/doc/fillets-ng/html/manual.html,${PREFIX}/share/doc/html/fillets-ng/manual.html,"
+SUBST_SED.man=         -e "s,/usr/share/doc/fillets-ng/html/manual.html,${PREFIX}/share/doc/fillets-ng/manual.html,"
 
 LUA_VERSIONS_ACCEPTED= 51
 



Home | Main Index | Thread Index | Old Index