diff options
author | steve <steve@FreeBSD.org> | 2000-02-28 07:12:15 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-02-28 07:12:15 +0800 |
commit | adbd3692965c294a7c848004d2f4369351c7fc9a (patch) | |
tree | 9376fb468518a55b9ccb01fe9f998137d4670814 /games/uox3/Makefile | |
parent | bfda34042b75f66d6227918f56bf5ddd6f919c2b (diff) | |
download | freebsd-ports-gnome-adbd3692965c294a7c848004d2f4369351c7fc9a.tar.gz freebsd-ports-gnome-adbd3692965c294a7c848004d2f4369351c7fc9a.tar.zst freebsd-ports-gnome-adbd3692965c294a7c848004d2f4369351c7fc9a.zip |
- Split patches one per file.
- Fix build on -current.
- Sprinkly in a little reinstall friendliness for good measures.
Diffstat (limited to 'games/uox3/Makefile')
-rw-r--r-- | games/uox3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/uox3/Makefile b/games/uox3/Makefile index 8364b6ad2f11..5600f4367af6 100644 --- a/games/uox3/Makefile +++ b/games/uox3/Makefile @@ -27,7 +27,7 @@ do-build: cd ${WRKSRC}/dev && ${GMAKE} -f ${MAKEFILE} CFLAGS="${CFLAGS}" ${ALL_TARGET} do-install: - ${RM} ${WRKDIR}/uox/uox3.ini.orig + -${RM} ${WRKDIR}/uox/uox3.ini.orig ${MKDIR} ${PREFIX}/uox3 for FILE in ${WRKDIR}/uox/* ; do \ ${INSTALL_DATA} $${FILE} ${PREFIX}/uox3 ;\ |