diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 03:56:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 03:56:12 +0800 |
commit | 9662721a62b150a50af164ba871e0f0346032af2 (patch) | |
tree | 5616d108dac10875cb41171e714de8ada9869746 /x11-clocks/dclock/Makefile | |
parent | 633c871da92506f59ef3639943b9afe9e8122c52 (diff) | |
download | freebsd-ports-graphics-9662721a62b150a50af164ba871e0f0346032af2.tar.gz freebsd-ports-graphics-9662721a62b150a50af164ba871e0f0346032af2.tar.zst freebsd-ports-graphics-9662721a62b150a50af164ba871e0f0346032af2.zip |
cleanup plist
Diffstat (limited to 'x11-clocks/dclock/Makefile')
-rw-r--r-- | x11-clocks/dclock/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-clocks/dclock/Makefile b/x11-clocks/dclock/Makefile index df71eb61fe8..b0262aeba29 100644 --- a/x11-clocks/dclock/Makefile +++ b/x11-clocks/dclock/Makefile @@ -27,8 +27,6 @@ PLIST_FILES= bin/dclock \ man/man1/${PORTNAME}.1.gz \ %%DATADIR%%/sounds/bell.wav \ %%DATADIR%%/sounds/digital.wav -PLIST_DIRS= %%DATADIR%%/sounds \ - %%DATADIR%% .include <bsd.port.options.mk> |