diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
commit | 666ea03b52924fa5089708a0d584b1623fde36d7 (patch) | |
tree | 811f76c652f5f94d5dcf12487eb5a072328e4d7f /textproc/rtf2html/Makefile | |
parent | Chase shlib version bump of net-snmp. (diff) |
Use MASTER_SITE_CRITICAL
Diffstat (limited to '')
-rw-r--r-- | textproc/rtf2html/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/rtf2html/Makefile b/textproc/rtf2html/Makefile index a2d8ca5da7de..608dddf6ef4c 100644 --- a/textproc/rtf2html/Makefile +++ b/textproc/rtf2html/Makefile @@ -8,18 +8,15 @@ PORTNAME= rtf2html DISTVERSION= 1.1b CATEGORIES= textproc -MASTER_SITES= http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ehaupt -DISTNAME= ${PORTNAME} +MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A simple rtf2html converter -CFLAGS+= -Wall -Werror PLIST_FILES= bin/rtf2html +WRKSRC= ${WRKDIR}/${PORTNAME} + do-build: ${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME} |