diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-22 01:43:31 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-22 01:43:31 +0800 |
commit | ba0c23341b4798a6c3f726b9986d03d6fe31e129 (patch) | |
tree | bd4e1e37ccf4c7ee9a521c6c1eaae5e193fb8a18 /sysutils | |
parent | 5684632d188f50033480d8c7e3d70ce4bb24c62f (diff) | |
download | freebsd-ports-gnome-ba0c23341b4798a6c3f726b9986d03d6fe31e129.tar.gz freebsd-ports-gnome-ba0c23341b4798a6c3f726b9986d03d6fe31e129.tar.zst freebsd-ports-gnome-ba0c23341b4798a6c3f726b9986d03d6fe31e129.zip |
Move NO_STAGE so it is out of a conditional.
Approved by: portmgr (not really, but the port is still unstaged)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/asr-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/asr-utils/Makefile b/sysutils/asr-utils/Makefile index 6d3360625851..237bd5c80133 100644 --- a/sysutils/asr-utils/Makefile +++ b/sysutils/asr-utils/Makefile @@ -32,9 +32,10 @@ PLIST_SUB+= LIBXM="" PLIST_SUB+= LIBXM="@comment " .endif +NO_STAGE= yes + .ifndef (WITHOUT_X11) PLIST_SUB+= X11="" -NO_STAGE= yes do-build: ${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ ${FILESDIR}/dptmgr.sh.in > ${WRKDIR}/dptmgr.sh |