diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-12 01:02:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-12 01:02:37 +0800 |
commit | 208578fefc163bf5029d1c17712dff75a43c2fb5 (patch) | |
tree | cafe3657ebd713de7576339b7921136b88ea3e3f /sysutils | |
parent | 77ba465dae086e14a904600f3aacb895ad919f2b (diff) | |
download | freebsd-ports-gnome-208578fefc163bf5029d1c17712dff75a43c2fb5.tar.gz freebsd-ports-gnome-208578fefc163bf5029d1c17712dff75a43c2fb5.tar.zst freebsd-ports-gnome-208578fefc163bf5029d1c17712dff75a43c2fb5.zip |
- Stage support
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/roottail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/roottail/Makefile b/sysutils/roottail/Makefile index 802b26b68465..a80023162723 100644 --- a/sysutils/roottail/Makefile +++ b/sysutils/roottail/Makefile @@ -17,13 +17,13 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= xride@FreeBSD.org COMMENT= Print text directly to X11 root window -MAN1= root-tail.1 -PLIST_FILES= bin/root-tail USES= imake USE_XORG= x11 xext MAKE_ARGS= CC="${CC}" -NO_STAGE= yes +PLIST_FILES= bin/root-tail \ + man/man1/root-tail.1.gz + pre-everything:: .if defined(WITH_EXTRA_PATCH) @${ECHO_MSG} |