diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:34:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:34:42 +0800 |
commit | 85a83ee9ef219f3d2b624a71c7156260551df0f1 (patch) | |
tree | 1bd3f3447c4573b27260f7942ba5578c20782f40 /polish/trf | |
parent | 292e895a11b25d3d4e8efed62ce419ef91a06970 (diff) | |
download | freebsd-ports-graphics-85a83ee9ef219f3d2b624a71c7156260551df0f1.tar.gz freebsd-ports-graphics-85a83ee9ef219f3d2b624a71c7156260551df0f1.tar.zst freebsd-ports-graphics-85a83ee9ef219f3d2b624a71c7156260551df0f1.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: polish)
Diffstat (limited to 'polish/trf')
-rw-r--r-- | polish/trf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/polish/trf/Makefile b/polish/trf/Makefile index eca54ac0499..3be61de8a16 100644 --- a/polish/trf/Makefile +++ b/polish/trf/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= http://korzen.org/soft/trf/ MAINTAINER= ports@FreeBSD.org COMMENT= Billing software for traffic counting working with most Polish ISPs +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |