diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
commit | 82b679ce0eda354c7afa8f93fa7ac4557d3d14fb (patch) | |
tree | 0c3309878fd450dd62184f1acef7c44d1acc7313 /print/gsview/Makefile | |
parent | 88a427743818e5beaf3469612941ef241fff5bc0 (diff) | |
download | FreeBSD-ports-82b679ce0eda354c7afa8f93fa7ac4557d3d14fb.zip FreeBSD-ports-82b679ce0eda354c7afa8f93fa7ac4557d3d14fb.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: print)
Diffstat (limited to 'print/gsview/Makefile')
-rw-r--r-- | print/gsview/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/gsview/Makefile b/print/gsview/Makefile index 5ba8559..4ce6b51 100644 --- a/print/gsview/Makefile +++ b/print/gsview/Makefile @@ -32,6 +32,7 @@ PORTDOCS= gsview.css cdorder.txt regorder.txt Readme.htm LICENCE \ gvxit.htm gvxnl.htm gvxru.htm gvxse.htm gvxsk.htm SUB_FILES= pkg-message +NO_STAGE= yes post-patch: ${CP} ${WRKSRC}/srcunx/unx.mak ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's;malloc\.h;stdlib\.h;g' \ |