diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:44:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:44:55 +0000 |
commit | 6935df75672d9ed497f643509740008419bf1332 (patch) | |
tree | 626cdc0708098b9ae718c54967bc53c73091f046 /x11-clocks/xclock | |
parent | db5320be856bdee9461022fd559c0bdf3a782778 (diff) | |
download | freebsd-ports-6935df75672d9ed497f643509740008419bf1332.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-clocks)
Diffstat (limited to 'x11-clocks/xclock')
-rw-r--r-- | x11-clocks/xclock/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-clocks/xclock/Makefile b/x11-clocks/xclock/Makefile index 5d9adafb8e5e..d751d318d2a8 100644 --- a/x11-clocks/xclock/Makefile +++ b/x11-clocks/xclock/Makefile @@ -14,4 +14,5 @@ USES= iconv MAN1= xclock.1 +NO_STAGE= yes .include <bsd.port.mk> |