diff options
author | vs <vs@FreeBSD.org> | 2005-03-15 01:36:06 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-15 01:36:06 +0800 |
commit | 26df3094840959b5036ef2e7bf0ef7a8532831f3 (patch) | |
tree | 035bd8768a56dfc609456a81fe3c381b37677186 /x11-clocks/xtu/Makefile | |
parent | ec7ef1d41d645b68b62cf9b3514460a863919486 (diff) | |
download | freebsd-ports-gnome-26df3094840959b5036ef2e7bf0ef7a8532831f3.tar.gz freebsd-ports-gnome-26df3094840959b5036ef2e7bf0ef7a8532831f3.tar.zst freebsd-ports-gnome-26df3094840959b5036ef2e7bf0ef7a8532831f3.zip |
Remove 1-line plists in favour of PLIST_FILES
Diffstat (limited to 'x11-clocks/xtu/Makefile')
-rw-r--r-- | x11-clocks/xtu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-clocks/xtu/Makefile b/x11-clocks/xtu/Makefile index 161207f28b7f..b21a30d779eb 100644 --- a/x11-clocks/xtu/Makefile +++ b/x11-clocks/xtu/Makefile @@ -18,6 +18,7 @@ USE_IMAKE= yes WANT_GNOME= yes MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" NO_INSTALL_MANPAGES= yes +PLIST_FILES= bin/xtu .include <bsd.port.pre.mk> |