pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/aop



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 26 13:54:59 UTC 2020

Modified Files:
        pkgsrc/games/aop: Makefile

Log Message:
games/aop: remove redundant file from SUBST_FILES

Makefile is already patched by patch-aa.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/games/aop/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/aop/Makefile
diff -u pkgsrc/games/aop/Makefile:1.7 pkgsrc/games/aop/Makefile:1.8
--- pkgsrc/games/aop/Makefile:1.7       Sun Jan 26 17:31:12 2020
+++ pkgsrc/games/aop/Makefile   Sun Apr 26 13:54:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/01/26 17:31:12 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2020/04/26 13:54:59 rillig Exp $
 
 DISTNAME=      aop-0.6
 PKGREVISION=   2
@@ -10,7 +10,7 @@ HOMEPAGE=     https://raffi.at/view/code/aop
 COMMENT=       Aop is a curses based arcade game with only 64 lines of sourcecode
 
 SUBST_CLASSES+=                        destination
-SUBST_FILES.destination=       aop.c Makefile
+SUBST_FILES.destination=       aop.c
 SUBST_STAGE.destination=       pre-configure
 SUBST_SED.destination=         -e 's:/usr/local:${PREFIX}:g'
 



Home | Main Index | Thread Index | Old Index