diff options
author | danfe <danfe@FreeBSD.org> | 2005-05-26 10:51:13 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-05-26 10:51:13 +0000 |
commit | 61ca5488930eda042f131e1e2d59daad81e21b5c (patch) | |
tree | 59b580e986872c27048bb7592939899b5757f9a7 /misc/alevt/pkg-plist | |
parent | 32eb43dffeb21f47f7c40b3e9b8ad7f622f6af52 (diff) | |
download | FreeBSD-ports-61ca5488930eda042f131e1e2d59daad81e21b5c.zip FreeBSD-ports-61ca5488930eda042f131e1e2d59daad81e21b5c.tar.gz |
- Adjust COMMENT (no need to mention device name in it)
- Make OPTIONS strings more visually appealing
- Pet portlint ($(FOO) -> ${FOO})
- Mute directory creation in do-install: target
- Utilise ${DATADIR} in Makefile and %%DATADIR%% in pkg-plist
- Reindent Makefile header
- Kill extra empty line in pkg-descr
Diffstat (limited to 'misc/alevt/pkg-plist')
-rw-r--r-- | misc/alevt/pkg-plist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/alevt/pkg-plist b/misc/alevt/pkg-plist index a175499..03a3741 100644 --- a/misc/alevt/pkg-plist +++ b/misc/alevt/pkg-plist @@ -1,8 +1,8 @@ bin/alevt bin/alevt-date bin/alevt-cap -share/alevt/icon-old.xbm -share/alevt/icon48x48.xpm -share/alevt/icon54x60.xpm -share/alevt/mini-alevt.xpm -@dirrm share/alevt +%%DATADIR%%/icon-old.xbm +%%DATADIR%%/icon48x48.xpm +%%DATADIR%%/icon54x60.xpm +%%DATADIR%%/mini-alevt.xpm +@dirrm %%DATADIR%% |