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/lmclock | |
parent | db5320be856bdee9461022fd559c0bdf3a782778 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-clocks)
Notes
Notes:
svn path=/head/; revision=327778
Diffstat (limited to 'x11-clocks/lmclock')
-rw-r--r-- | x11-clocks/lmclock/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-clocks/lmclock/Makefile b/x11-clocks/lmclock/Makefile index 1e7f1f6d9349..7649c2a3243e 100644 --- a/x11-clocks/lmclock/Makefile +++ b/x11-clocks/lmclock/Makefile @@ -15,6 +15,7 @@ USE_XORG= x11 xext PLIST_FILES= bin/lmclock +NO_STAGE= yes post-extract: @${TOUCH} ${WRKSRC}/lmclock.man |