diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2003-06-29 20:13:38 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2003-06-29 20:13:38 +0000 |
commit | 4b362afb9a896093d01425f7a0975db565d9a3c0 (patch) | |
tree | 0b1e595ee30019e0e644dcc012f833961d6716c8 /net-im/amsn/Makefile | |
parent | df42aa7f2efa58fbacfc068cb350169f288f262b (diff) |
update to version 0.80
Notes
Notes:
svn path=/head/; revision=83860
Diffstat (limited to 'net-im/amsn/Makefile')
-rw-r--r-- | net-im/amsn/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/amsn/Makefile b/net-im/amsn/Makefile index c4ff57fdcd20..4db3852dfc53 100644 --- a/net-im/amsn/Makefile +++ b/net-im/amsn/Makefile @@ -6,8 +6,7 @@ # PORTNAME= amsn -PORTVERSION= 0.71 -PORTREVISION= 1 +PORTVERSION= 0.80 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/${PORTNAME}/ @@ -24,7 +23,7 @@ LIBDIR= ${PREFIX}/lib/msn DOCSDIR= ${PREFIX}/share/doc/amsn CORE= FAQ HELP README amsn jwakeup langlist *tcl *htm* SUBDIR= i lang s -DOC_FILES= LEEME TODO changelog +DOC_FILES= README TODO do-install: @${MKDIR} ${LIBDIR} |