diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 23:55:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 23:55:44 +0800 |
commit | e0e72501367000f88aed7526756db60bf23087f3 (patch) | |
tree | 8297dcd0b71086ee72b8499934378d51ab6f897f /biology/povchem | |
parent | b715b89a1416d2148b4fef07ef9a3ce0c8e4d11d (diff) | |
download | freebsd-ports-gnome-e0e72501367000f88aed7526756db60bf23087f3.tar.gz freebsd-ports-gnome-e0e72501367000f88aed7526756db60bf23087f3.tar.zst freebsd-ports-gnome-e0e72501367000f88aed7526756db60bf23087f3.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: biology)
Diffstat (limited to 'biology/povchem')
-rw-r--r-- | biology/povchem/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/povchem/Makefile b/biology/povchem/Makefile index 4f44b747a8e0..e9f6802472df 100644 --- a/biology/povchem/Makefile +++ b/biology/povchem/Makefile @@ -27,6 +27,7 @@ CPPFLAGS+= -DDATADIR=\"${DATADIR}\" \ PLIST_FILES= bin/povchem etc/povchem.cfg %%DATADIR%%/periodic.tab PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-extract: @(cd ${DISTDIR}/${DIST_SUBDIR} && ${TAR} -cf - ${DISTFILES}) | \ (cd ${WRKSRC} && ${TAR} -xf -) |