diff options
Diffstat (limited to 'textproc/unrtf/Makefile')
-rw-r--r-- | textproc/unrtf/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/textproc/unrtf/Makefile b/textproc/unrtf/Makefile index 5b43db7094b1..09bd1d900487 100644 --- a/textproc/unrtf/Makefile +++ b/textproc/unrtf/Makefile @@ -5,11 +5,9 @@ # $FreeBSD$ PORTNAME= unrtf -PORTVERSION= 0.20.4 +PORTVERSION= 0.20.5 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}_${PORTVERSION} +MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= A converter from RTF to several formats, including HTML and LaTeX @@ -20,8 +18,4 @@ GNU_CONFIGURE= yes MAN1= unrtf.1 PLIST_FILES= bin/unrtf -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/unrtf ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/unrtf.1 ${MAN1PREFIX}/man/man1 - .include <bsd.port.mk> |