diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/xpx | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
Diffstat (limited to 'graphics/xpx')
-rw-r--r-- | graphics/xpx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/xpx/Makefile b/graphics/xpx/Makefile index 499dd73ac370..7b3eee51c307 100644 --- a/graphics/xpx/Makefile +++ b/graphics/xpx/Makefile @@ -20,6 +20,7 @@ DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME} PORTDOCS= xpx.doc xpxrc.eg PLIST_FILES= bin/xpx +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|myname|my_name|g' ${WRKSRC}/magtoppm.c @${REINPLACE_CMD} -e '/edit_mode/d' ${WRKSRC}/work.h |