aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2009-03-26 07:23:01 +0800
committerehaupt <ehaupt@FreeBSD.org>2009-03-26 07:23:01 +0800
commitde77624f55c7a64017adc217f3e1703182d0a165 (patch)
treeb6fedb8da1d82187e40ae6d479fcaad345c09376 /graphics
parent93e1ba07d618625ee7d4551e48e4aa91a40bd09d (diff)
downloadfreebsd-ports-gnome-de77624f55c7a64017adc217f3e1703182d0a165.tar.gz
freebsd-ports-gnome-de77624f55c7a64017adc217f3e1703182d0a165.tar.zst
freebsd-ports-gnome-de77624f55c7a64017adc217f3e1703182d0a165.zip
Unbreak security/vpnc and graphics/pecomato. Those ports were fixed by 133053,
thanks. However, it remains unclear why the PR wasn't assigned to me nor why I wasn't notified as maintainer.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pecomato/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/pecomato/Makefile b/graphics/pecomato/Makefile
index eb2070f44d5d..177dd323d2d4 100644
--- a/graphics/pecomato/Makefile
+++ b/graphics/pecomato/Makefile
@@ -22,12 +22,6 @@ MAKEFILE= Makefile.unix
MAN1= pecomato.1
PLIST_FILES= bin/pecomato
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800067
-BROKEN= does not compile
-.endif
-
post-build:
${PYTHON} ${WRKSRC}/devtools/txt2tags.py --no-rc -t man \
-i ${WRKSRC}/doc/manpage.t2t -o ${WRKSRC}/doc/${MAN1}
@@ -39,4 +33,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MANPREFIX}/man/man1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>