diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-21 04:33:15 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-21 04:33:15 +0800 |
commit | 9b0cccdb661ffa0e2ba7cc3b3cc72c64351f153f (patch) | |
tree | b95acdb886f9d13d193d28b392eba48df253e33a /games | |
parent | 083c8b0e66de2af3e8b9ad6e70ef9265ba8687d0 (diff) | |
download | freebsd-ports-gnome-9b0cccdb661ffa0e2ba7cc3b3cc72c64351f153f.tar.gz freebsd-ports-gnome-9b0cccdb661ffa0e2ba7cc3b3cc72c64351f153f.tar.zst freebsd-ports-gnome-9b0cccdb661ffa0e2ba7cc3b3cc72c64351f153f.zip |
- Add stage support
Diffstat (limited to 'games')
-rw-r--r-- | games/utserver/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/utserver/Makefile b/games/utserver/Makefile index 3c6f7eb72000..d6f20cd84de7 100644 --- a/games/utserver/Makefile +++ b/games/utserver/Makefile @@ -35,7 +35,6 @@ MAINFILE= ut-server-436.tar.gz PATCH451FILE= UTPGPatch451.tar.bz2 EXTRA_PATCHES= ${WRKDIR}/patch-ngstatsut -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBONUSPACKS} @@ -83,9 +82,6 @@ post-patch: @${FIND} -E ${WRKSRC} -type f -name '*.orig' -exec ${RM} '{}' \; do-install: - @${CP} -Rp ${WRKSRC}/ ${PREFIX}/${UTDIR} - -post-install: - @${CAT} ${PKGMESSAGE} + @${CP} -Rp ${WRKSRC}/ ${STAGEDIR}${PREFIX}/${UTDIR} .include <bsd.port.mk> |