[Midnightbsd-cvs] mports: textproc/fixrtf: This might have prevented the magus error.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Oct 24 22:42:25 EDT 2007


Log Message:
-----------
This might have prevented the magus error.

add license, remove unneeded text.

Modified Files:
--------------
    mports/textproc/fixrtf:
        Makefile (r1.1 -> r1.2)
        pkg-descr (r1.1 -> r1.2)
    mports/textproc/fixrtf/src:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-descr
===================================================================
RCS file: /home/cvs/mports/textproc/fixrtf/pkg-descr,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ltextproc/fixrtf/pkg-descr -Ltextproc/fixrtf/pkg-descr -u -r1.1 -r1.2
--- textproc/fixrtf/pkg-descr
+++ textproc/fixrtf/pkg-descr
@@ -1,6 +1 @@
-Utility to embed PNG pictures into RTFs.  This is primarily used in
-the FreeBSD Documentation Project.
-
-This utility is maintained by the FreeBSD Simplified Chinese Project.
-
-WWW: http://www.freebsd.org.cn
+Utility to embed PNG pictures into RTFs.
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/fixrtf/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ltextproc/fixrtf/Makefile -Ltextproc/fixrtf/Makefile -u -r1.1 -r1.2
--- textproc/fixrtf/Makefile
+++ textproc/fixrtf/Makefile
@@ -10,15 +10,14 @@
 
 PORTNAME=	fixrtf
 PORTVERSION=	0.1.20060303
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	# none
 DISTFILES=	# none
 
-# Note: Updates from intron at intron.ac should also be
-# considered as maintainer updates.
-
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A patch making it possible to embed PNGs into RTFs
+LICENSE=	bsd2
 
 LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
 
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/fixrtf/src/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ltextproc/fixrtf/src/Makefile -Ltextproc/fixrtf/src/Makefile -u -r1.1 -r1.2
--- textproc/fixrtf/src/Makefile
+++ textproc/fixrtf/src/Makefile
@@ -1,9 +1,10 @@
+# $MidnightBSD$
 # $FreeBSD: ports/textproc/fixrtf/src/Makefile,v 1.1 2006/03/16 07:50:15 delphij Exp $
 
 PROG=	fixrtf
 SRCS=	fixrtf.l
 
-PREFIX?=	/usr/local
+#PREFIX?=	/usr/local
 BINDIR=	${PREFIX}/bin
 CFLAGS+=-I${PREFIX}/include
 LDADD=	-L${PREFIX}/lib -lpng


More information about the Midnightbsd-cvs mailing list