diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:43:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:43:19 +0800 |
commit | 75c703a072d2981400dc17a23ec971f3cf28a570 (patch) | |
tree | b45334273e4e5d66b5244d786aa4b3645a73e907 /x11/9box | |
parent | e598d34341b62529b9ef63db27d571f9bcb8c766 (diff) | |
download | freebsd-ports-gnome-75c703a072d2981400dc17a23ec971f3cf28a570.tar.gz freebsd-ports-gnome-75c703a072d2981400dc17a23ec971f3cf28a570.tar.zst freebsd-ports-gnome-75c703a072d2981400dc17a23ec971f3cf28a570.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11)
Diffstat (limited to 'x11/9box')
-rw-r--r-- | x11/9box/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/9box/Makefile b/x11/9box/Makefile index 7374d81e40b2..e28bcc040e88 100644 --- a/x11/9box/Makefile +++ b/x11/9box/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: 9box -# Date created: Fri Mar 21 10:10:48 EST 2003 -# Whom: Serge Gagnon <gagnon__s@videotron.ca> -# +# Created by: Serge Gagnon <gagnon__s@videotron.ca> # $FreeBSD$ -# PORTNAME= 9box PORTVERSION= 0.2.1 @@ -21,6 +17,7 @@ USE_XORG= xbitmaps x11 xt BUILD_WRKSRC= ${WRKSRC}/src +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \ s|%%CC%%|${CC}|g' \ |