diff options
-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 ae5530f..710d91d 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 0000000..8e9e50a --- /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. +************************************************************************ |