diff options
Diffstat (limited to 'games/quakeforge/Makefile')
-rw-r--r-- | games/quakeforge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 6213d6d94440..a15a0c24f582 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -56,7 +56,7 @@ pre-configure: .endif do-install: - @${CP} ${PKGDIR}/PLIST ${PLIST} + @${CP} ${PKGDIR}/pkg-plist ${PLIST} .if defined(WITH_GLX) @${CAT} ${PKGDIR}/pkg-plist.glx >>${PLIST} |