pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/fillets-ng



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Oct 12 20:00:30 UTC 2019

Modified Files:
        pkgsrc/games/fillets-ng: Makefile

Log Message:
games/fillets-ng: fix path to documentation files


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/games/fillets-ng/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/fillets-ng/Makefile
diff -u pkgsrc/games/fillets-ng/Makefile:1.37 pkgsrc/games/fillets-ng/Makefile:1.38
--- pkgsrc/games/fillets-ng/Makefile:1.37       Sat Sep  7 14:49:58 2019
+++ pkgsrc/games/fillets-ng/Makefile    Sat Oct 12 20:00:30 2019
@@ -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_CLASSES+=               man
 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