diff options
author | vs <vs@FreeBSD.org> | 2005-03-20 18:59:06 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-20 18:59:06 +0000 |
commit | 2bee8200b2cdec163c9849151c4e0612ff722ace (patch) | |
tree | a2d60867063f4c7b306cd310f8589246c8424e37 /x11-clocks/bclock | |
parent | 241cddaac2e34586536b9c67849fe5da669006b0 (diff) | |
download | FreeBSD-ports-2bee8200b2cdec163c9849151c4e0612ff722ace.zip FreeBSD-ports-2bee8200b2cdec163c9849151c4e0612ff722ace.tar.gz |
Cleanup:
- Use PLIST_FILES
- Don't patch Makefile excessively
Diffstat (limited to 'x11-clocks/bclock')
-rw-r--r-- | x11-clocks/bclock/Makefile | 3 | ||||
-rw-r--r-- | x11-clocks/bclock/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-clocks/bclock/Makefile b/x11-clocks/bclock/Makefile index 80b29cc..4a97bf4 100644 --- a/x11-clocks/bclock/Makefile +++ b/x11-clocks/bclock/Makefile @@ -17,4 +17,7 @@ COMMENT= A round, analog X11 clock with bezier curve hands USE_IMAKE= yes MAN1= bclock.1 +PLIST_FILES= bin/bclock \ + lib/X11/app-defaults/Clock-color + .include <bsd.port.mk> diff --git a/x11-clocks/bclock/pkg-plist b/x11-clocks/bclock/pkg-plist deleted file mode 100644 index bde6dd0..0000000 --- a/x11-clocks/bclock/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/bclock -lib/X11/app-defaults/Clock-color |