aboutsummaryrefslogtreecommitdiff
path: root/games/mangband
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-01-22 08:05:25 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-01-22 08:05:25 +0000
commitf3a1a0c10135fc987471f9b2991661a2a50cb95a (patch)
tree9184b94722299b9e1ad138596d58322a63cb8f56 /games/mangband
parent05541aed285fee53ad6c5455554dee2621beb054 (diff)
downloadports-f3a1a0c10135fc987471f9b2991661a2a50cb95a.tar.gz
ports-f3a1a0c10135fc987471f9b2991661a2a50cb95a.zip
Notes
Diffstat (limited to 'games/mangband')
-rw-r--r--games/mangband/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/mangband/Makefile b/games/mangband/Makefile
index f6320b388f1c..f36e53994c6d 100644
--- a/games/mangband/Makefile
+++ b/games/mangband/Makefile
@@ -30,7 +30,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mangclient ${PREFIX}/bin
@${MKDIR} ${MALIB}/file
@${TOUCH} ${MALIB}/file/wizards.txt
- cd ${WRKSRC}/../lib && pax -rw * ${MALIB}
+ cd ${WRKSRC}/../lib && ${PAX} -rw * ${MALIB}
${CHMOD} 750 ${MALIB}/*
${CHMOD} 755 ${MALIB}/user
${CHOWN} -R root:games ${MALIB}/*