summaryrefslogtreecommitdiff
path: root/games/quakeforge
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 01:28:10 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 01:28:10 +0000
commitb1389334641ca6cbe3b01b54cf277c4f83604014 (patch)
tree5577f037b9c2913b84a7055a6f2955986fed223b /games/quakeforge
parentRename INSTALL.in to pkg-install.in. (diff)
Move PLIST.* to pkg-plist.*.
Notes
Notes: svn path=/head/; revision=33513
Diffstat (limited to 'games/quakeforge')
-rw-r--r--games/quakeforge/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile
index 9032f387cf13..6213d6d94440 100644
--- a/games/quakeforge/Makefile
+++ b/games/quakeforge/Makefile
@@ -59,7 +59,7 @@ do-install:
@${CP} ${PKGDIR}/PLIST ${PLIST}
.if defined(WITH_GLX)
- @${CAT} ${PKGDIR}/PLIST.glx >>${PLIST}
+ @${CAT} ${PKGDIR}/pkg-plist.glx >>${PLIST}
.endif
.if !defined(NO_WAD)
@@ -71,7 +71,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${binary}.sh ${PREFIX}/bin/${binary}
@${ECHO} share/quakeforge/${binary} >>${PLIST}
.endfor
- @${CAT} ${PKGDIR}/PLIST.wad >>${PLIST}
+ @${CAT} ${PKGDIR}/pkg-plist.wad >>${PLIST}
.endif
.for binary in ${BINARIES}