diff options
author | vs <vs@FreeBSD.org> | 2005-03-14 17:36:06 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-14 17:36:06 +0000 |
commit | 26df3094840959b5036ef2e7bf0ef7a8532831f3 (patch) | |
tree | 035bd8768a56dfc609456a81fe3c381b37677186 /x11/xlupe/Makefile | |
parent | ec7ef1d41d645b68b62cf9b3514460a863919486 (diff) | |
download | FreeBSD-ports-26df3094840959b5036ef2e7bf0ef7a8532831f3.zip FreeBSD-ports-26df3094840959b5036ef2e7bf0ef7a8532831f3.tar.gz |
Remove 1-line plists in favour of PLIST_FILES
Diffstat (limited to 'x11/xlupe/Makefile')
-rw-r--r-- | x11/xlupe/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xlupe/Makefile b/x11/xlupe/Makefile index 8f218c3..63031a6 100644 --- a/x11/xlupe/Makefile +++ b/x11/xlupe/Makefile @@ -16,4 +16,6 @@ COMMENT= Magnifying glass for X. like xmag but with continously updates USE_IMAKE= yes USE_XPM= yes +PLIST_FILES= bin/xlupe + .include <bsd.port.mk> |