diff options
author | mux <mux@FreeBSD.org> | 2005-05-06 01:04:23 +0800 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2005-05-06 01:04:23 +0800 |
commit | 486e2f693541e98a99f044e7479515fce351a99b (patch) | |
tree | af498b80afa099b4ce55fd17d7524addfa6fd4f8 /games | |
parent | 81db5b028ab31a0a80b2e3f8fd7dd767712d3d8e (diff) | |
download | freebsd-ports-gnome-486e2f693541e98a99f044e7479515fce351a99b.tar.gz freebsd-ports-gnome-486e2f693541e98a99f044e7479515fce351a99b.tar.zst freebsd-ports-gnome-486e2f693541e98a99f044e7479515fce351a99b.zip |
- Update to latest acronyms database from NetBSD.
- Convert to PLIST_DIRS/PLIST_FILES and ditch pkg-plist.
Diffstat (limited to 'games')
-rw-r--r-- | games/wtf/Makefile | 5 | ||||
-rw-r--r-- | games/wtf/distinfo | 4 | ||||
-rw-r--r-- | games/wtf/pkg-plist | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/games/wtf/Makefile b/games/wtf/Makefile index 578b06dbc811..4b200a44b261 100644 --- a/games/wtf/Makefile +++ b/games/wtf/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wtf -PORTVERSION= 20040124 +PORTVERSION= 20050505 CATEGORIES= games MASTER_SITES= http://www.mu.org/~mux/wtf/ \ ${MASTER_SITE_LOCAL} @@ -21,6 +21,9 @@ USE_REINPLACE= yes MAN6= wtf.6 +PLIST_FILES= bin/wtf %%DATADIR%%/acronyms %%DATADIR%%/acronyms.comp +PLIST_DIRS= %%DATADIR%% + post-patch: @${REINPLACE_CMD} -e 's|/usr/share/misc|${DATADIR}|g' ${WRKSRC}/wtf* diff --git a/games/wtf/distinfo b/games/wtf/distinfo index 6494387e686a..c32d40d2e618 100644 --- a/games/wtf/distinfo +++ b/games/wtf/distinfo @@ -1,2 +1,2 @@ -MD5 (wtf-20040124.tar.gz) = cb2804fc42706fef284526f5a015c843 -SIZE (wtf-20040124.tar.gz) = 7329 +MD5 (wtf-20050505.tar.gz) = 2730b977b8c0499aaa32b86f47035138 +SIZE (wtf-20050505.tar.gz) = 8820 diff --git a/games/wtf/pkg-plist b/games/wtf/pkg-plist deleted file mode 100644 index be10c11187eb..000000000000 --- a/games/wtf/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/wtf -share/wtf/acronyms -share/wtf/acronyms.comp -@dirrm share/wtf |