diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
commit | a049dd78cc281272f3788b3d4689a744f774e543 (patch) | |
tree | 66d70fb91dc5864b35d61d893e0a68c0b62d3eb9 /x11/xmotd | |
parent | Update to use PERL_MODBUILD and reorder *_DEPENDS so that devel/p5-Module-Build (diff) |
Use PLIST_FILES (bento-tested, marcus-reviewed).
Diffstat (limited to 'x11/xmotd')
-rw-r--r-- | x11/xmotd/Makefile | 1 | ||||
-rw-r--r-- | x11/xmotd/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/x11/xmotd/Makefile b/x11/xmotd/Makefile index 50eb7a455e5f..825c4b392678 100644 --- a/x11/xmotd/Makefile +++ b/x11/xmotd/Makefile @@ -19,6 +19,7 @@ NO_INSTALL_MANPAGES= yes XFREE86_HTML_MAN= no MAN8= xmotd.8 +PLIST_FILES= bin/xmotd .if defined(USE_HTML) MAKE_ARGS+= -DHAVE_HTML diff --git a/x11/xmotd/pkg-plist b/x11/xmotd/pkg-plist deleted file mode 100644 index 790539962770..000000000000 --- a/x11/xmotd/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xmotd |