diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 00:21:37 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 00:21:37 +0800 |
commit | cf104c570b6057a060aff137032968074d18b40d (patch) | |
tree | 31792f4e524fa4befbbeca4225fc96908b09c2da /deskutils/gworkspace | |
parent | 36117d709704f772dbc3d305cda6923741791598 (diff) | |
download | freebsd-ports-gnome-cf104c570b6057a060aff137032968074d18b40d.tar.gz freebsd-ports-gnome-cf104c570b6057a060aff137032968074d18b40d.tar.zst freebsd-ports-gnome-cf104c570b6057a060aff137032968074d18b40d.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils)
Diffstat (limited to 'deskutils/gworkspace')
-rw-r--r-- | deskutils/gworkspace/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/gworkspace/Makefile b/deskutils/gworkspace/Makefile index b48aecdfa3c9..b7c1442467c4 100644 --- a/deskutils/gworkspace/Makefile +++ b/deskutils/gworkspace/Makefile @@ -36,6 +36,7 @@ PLIST_SUB+= PDFVIEW="" USE_GHOSTSCRIPT= yes .endif +NO_STAGE= yes pre-configure: ${RM} -rf ${WRKSRC}/GWMetadata |