diff options
author | Maxime Henrion <mux@FreeBSD.org> | 2004-01-24 19:18:12 +0000 |
---|---|---|
committer | Maxime Henrion <mux@FreeBSD.org> | 2004-01-24 19:18:12 +0000 |
commit | 1bbffcce3a8b5203971d3130fcaa6bf040323097 (patch) | |
tree | ea608187e52bc997afa6dec511fc2e38de9d6e5d /games/wtf | |
parent | cfa3b09eb299475ad5db2ad866e3c23d87259bd4 (diff) | |
download | ports-1bbffcce3a8b5203971d3130fcaa6bf040323097.tar.gz ports-1bbffcce3a8b5203971d3130fcaa6bf040323097.zip |
Notes
Diffstat (limited to 'games/wtf')
-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 |