diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-03-02 08:14:27 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-03-02 08:14:27 +0000 |
commit | 5ed370f4162538d196b9690e0cfae7d734f7e35b (patch) | |
tree | 392b3d96e446cec865eef502166ad13533c4343d | |
parent | upgrade to 0.2.10 (diff) |
Add beta warning
Notes
Notes:
svn path=/head/; revision=55390
-rw-r--r-- | archivers/rar/Makefile | 2 | ||||
-rw-r--r-- | archivers/rar/pkg-message | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index ae5530f9bddd..710d91d5a792 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -7,6 +7,7 @@ PORTNAME= rar PORTVERSION= 3.0b3 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://209.235.4.116/rar/ \ ftp://pubftp.slovenska.sk/pub/rarsoft/rar/ @@ -42,5 +43,6 @@ do-install: ${PREFIX}/etc && \ ${INSTALL_DATA} default.sfx \ ${PREFIX}/lib + @${CAT} ${PKGDIR}/pkg-message .include <bsd.port.post.mk> diff --git a/archivers/rar/pkg-message b/archivers/rar/pkg-message new file mode 100644 index 000000000000..8e9e50a2768c --- /dev/null +++ b/archivers/rar/pkg-message @@ -0,0 +1,4 @@ +************************************************************************ +This beta is unstable, use it with -t (test after packing) switch in the +rar configuration profile. +************************************************************************ |