diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-03-14 17:36:06 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-03-14 17:36:06 +0000 |
commit | 27259d65652a66e5fbaff020a4caec3ecf0454dd (patch) | |
tree | e1c3f35e85896873ac1746e0a7dcc1ccd60115f4 /x11 | |
parent | d609ad3eb38080c1424d744008e3c68eeb8bc16a (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlupe/Makefile | 2 | ||||
-rw-r--r-- | x11/xlupe/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11/xlupe/Makefile b/x11/xlupe/Makefile index 8f218c37908b..63031a65f474 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> diff --git a/x11/xlupe/pkg-plist b/x11/xlupe/pkg-plist deleted file mode 100644 index a415affd0ac1..000000000000 --- a/x11/xlupe/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xlupe |