diff options
author | mux <mux@FreeBSD.org> | 2004-01-25 03:18:12 +0800 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2004-01-25 03:18:12 +0800 |
commit | 430e099aef9f2f964df8e069eeebf0dbdbca6304 (patch) | |
tree | 7c405b43c1af31109f9c3d48b31519409fd4ed99 /games | |
parent | 982ce8489a6e3915a336a6fd74947aac55dab96a (diff) | |
download | freebsd-ports-gnome-430e099aef9f2f964df8e069eeebf0dbdbca6304.tar.gz freebsd-ports-gnome-430e099aef9f2f964df8e069eeebf0dbdbca6304.tar.zst freebsd-ports-gnome-430e099aef9f2f964df8e069eeebf0dbdbca6304.zip |
- Update to the latest version as found in NetBSD. This adds a fair
amount of new acronyms, and a new acronym database dedicated to
computer-related terms.
- Fix brain-o in Makefile so that it actually works as expected.
Reminded by: cognet
Diffstat (limited to 'games')
-rw-r--r-- | games/wtf/Makefile | 7 | ||||
-rw-r--r-- | games/wtf/distinfo | 2 | ||||
-rw-r--r-- | games/wtf/pkg-plist | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/games/wtf/Makefile b/games/wtf/Makefile index e39c47ff4375..26cf7abe0cbd 100644 --- a/games/wtf/Makefile +++ b/games/wtf/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wtf -PORTVERSION= 20021005 +PORTVERSION= 20040124 CATEGORIES= games MASTER_SITES= http://www.mu.org/~mux/wtf/ \ ${MASTER_SITE_LOCAL} @@ -22,10 +22,10 @@ MAN6= wtf.6 post-patch: @${MV} ${WRKSRC}/wtf ${WRKSRC}/wtf.orig - @${SED} -e s#/usr/local/share/misc#${DATADIR}# \ + @${SED} -e s#/usr/share/misc#${DATADIR}# \ ${WRKSRC}/wtf.orig > ${WRKSRC}/wtf @${MV} ${WRKSRC}/wtf.6 ${WRKSRC}/wtf.6.orig - @${SED} -e s#/usr/share/misc#${DATADIR}# < \ + @${SED} -e s#/usr/share/misc#${DATADIR}# \ ${WRKSRC}/wtf.6.orig > ${WRKSRC}/wtf.6 do-install: @@ -33,5 +33,6 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/wtf.6 ${PREFIX}/man/man6 @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/acronyms ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/acronyms.comp ${DATADIR} .include <bsd.port.mk> diff --git a/games/wtf/distinfo b/games/wtf/distinfo index 6e70d5adf488..cb8dae73f2fc 100644 --- a/games/wtf/distinfo +++ b/games/wtf/distinfo @@ -1 +1 @@ -MD5 (wtf-20021005.tar.gz) = cb00a8c9d0d7e5298ec722669aa1e2aa +MD5 (wtf-20040124.tar.gz) = cb2804fc42706fef284526f5a015c843 diff --git a/games/wtf/pkg-plist b/games/wtf/pkg-plist index 8c5b1ca4b02e..be10c11187eb 100644 --- a/games/wtf/pkg-plist +++ b/games/wtf/pkg-plist @@ -1,3 +1,4 @@ bin/wtf share/wtf/acronyms +share/wtf/acronyms.comp @dirrm share/wtf |