diff options
Diffstat (limited to 'games/wanderer/Makefile')
-rw-r--r-- | games/wanderer/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/wanderer/Makefile b/games/wanderer/Makefile index 71f758ea6311..e5c31c5b8ced 100644 --- a/games/wanderer/Makefile +++ b/games/wanderer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wanderer -# Date created: 15 August 2004 -# Whom: marina@surferz.net -# +# Created by: marina@surferz.net # $FreeBSD$ -# PORTNAME= wanderer PORTVERSION= 3.2 @@ -20,6 +16,7 @@ ALL_TARGET= all MAKE_ENV+= DOCSDIR="${DOCSDIR}" MKDIR="${MKDIR}" CHOWN="${CHOWN}" \ CHGRP="${CHGRP}" CHMOD="${CHMOD}" TOUCH="${TOUCH}" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile |