diff options
-rw-r--r-- | games/rollemup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile index 2908755ec602..20ec793ef838 100644 --- a/games/rollemup/Makefile +++ b/games/rollemup/Makefile @@ -48,7 +48,7 @@ do-install: @${INSTALL_SCRIPT} ${WRKDIR}/rollemup ${PREFIX}/bin @${INSTALL_DATA} ${WRKDIR}/README.Rollemup \ ${PREFIX}/${GAMES_DIR}/Rollemup - @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} + @${CP} ${PKGDIR}/pkg-plist ${PLIST_SRC} @(cd ${PREFIX}; \ find ${GAMES_DIR}/Rollemup -type f >> ${PLIST_SRC}; \ for DIR in `find ${GAMES_DIR}/Rollemup -type d | sort -r`; do \ |