diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:36:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:36:33 +0000 |
commit | c84e1cd8e6ce90aad916148ab61808a44ca8f718 (patch) | |
tree | b6591847c5cfe81fd7ab910e45c88530d0741e7c /games/moria | |
parent | 1640537ad67a4e7c293de8c7bd81840e57ec6928 (diff) | |
download | ports-c84e1cd8e6ce90aad916148ab61808a44ca8f718.tar.gz ports-c84e1cd8e6ce90aad916148ab61808a44ca8f718.zip |
Notes
Diffstat (limited to 'games/moria')
-rw-r--r-- | games/moria/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/moria/Makefile b/games/moria/Makefile index 8be5dbd7aa13..be23a96ae7e2 100644 --- a/games/moria/Makefile +++ b/games/moria/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: moria -# Date created: 6 August 2003 -# Whom: glewis@FreeBSD.org -# +# Created by: glewis@FreeBSD.org # $FreeBSD$ -# PORTNAME= moria PORTVERSION= 5.5.2 @@ -23,6 +19,7 @@ ALL_TARGET= moria MAKE_ENV+= DOCSDIR="${DOCSDIR}" MKDIR="${MKDIR}" CHOWN="${CHOWN}" \ CHGRP="${CHGRP}" CHMOD="${CHMOD}" TOUCH="${TOUCH}" +NO_STAGE= yes do-configure: for i in ${WRKSRC}/source/config.h ${WRKSRC}/unix/Makefile; do \ ${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:g" $$i; \ |