diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-08-25 15:10:39 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-08-25 15:10:39 +0000 |
commit | b6aa397e9dabb01402a563f07924a6c66318a9ce (patch) | |
tree | 46e35e24ef43df40dcda8c98eb9790f1bca0d1f3 /sysutils/unquote/Makefile | |
parent | 51c70519e5145baabc8bd9cd4f82259f8107b30e (diff) | |
download | ports-b6aa397e9dabb01402a563f07924a6c66318a9ce.tar.gz ports-b6aa397e9dabb01402a563f07924a6c66318a9ce.zip |
Notes
Diffstat (limited to 'sysutils/unquote/Makefile')
-rw-r--r-- | sysutils/unquote/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/unquote/Makefile b/sysutils/unquote/Makefile index 1954b7e42105..a4cddfcb9102 100644 --- a/sysutils/unquote/Makefile +++ b/sysutils/unquote/Makefile @@ -6,19 +6,16 @@ # PORTNAME= unquote -PORTVERSION= 1.0.b2 +PORTVERSION= 1.0.b3 CATEGORIES= sysutils -MASTER_SITES= http://ringwraith.online.bg/~roam/devel/misc/unquote/ \ - http://people.FreeBSD.org/~roam/devel/misc/unquote/ +MASTER_SITES= http://devel.ringlet.net/misc/unquote/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} MAINTAINER= roam@FreeBSD.org -WRKSRC= ${WRKDIR}/${PORTNAME} - MAN1= unquote.1 +MANCOMPRESSED= yes -MAKE_ENV+= NOMANCOMPRESS=yes .if !defined(NO_RELEASE) MAKE_ENV+= RELEASE=yes .endif |