summaryrefslogtreecommitdiff
path: root/games/aop
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-04-26 13:54:59 +0000
committerrillig <rillig@pkgsrc.org>2020-04-26 13:54:59 +0000
commite23884999515ac1ee5d43aa9cde810e6349342c5 (patch)
treede02b05062c12e043f26cd4f4f02898dc4db7a9b /games/aop
parent2a931132c001334d0d59a41f308e93f58950934b (diff)
downloadpkgsrc-e23884999515ac1ee5d43aa9cde810e6349342c5.tar.gz
games/aop: remove redundant file from SUBST_FILES
Makefile is already patched by patch-aa.
Diffstat (limited to 'games/aop')
-rw-r--r--games/aop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/aop/Makefile b/games/aop/Makefile
index 262c5beed88..5e519ec532c 100644
--- a/games/aop/Makefile
+++ b/games/aop/Makefile
@@ -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'