aboutsummaryrefslogtreecommitdiff
path: root/devel/gflags
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2007-04-19 13:19:36 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2007-04-19 13:19:36 +0000
commit089254b602e60528a8f429f335919ea62b79cb5f (patch)
treeea17794be90642fb46dcda2afba0f94321bdc587 /devel/gflags
parent9154a81fdc7ed58d7c880f8aa4e921e3915d9520 (diff)
downloadports-089254b602e60528a8f429f335919ea62b79cb5f.tar.gz
ports-089254b602e60528a8f429f335919ea62b79cb5f.zip
Notes
Diffstat (limited to 'devel/gflags')
-rw-r--r--devel/gflags/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/gflags/Makefile b/devel/gflags/Makefile
index 0940f835e541..9303806e437d 100644
--- a/devel/gflags/Makefile
+++ b/devel/gflags/Makefile
@@ -17,7 +17,7 @@ USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README gflags.html
+PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README gflags.html
post-patch:
${REINPLACE_CMD} -e 's|^docdir.*|docdir = ${DOCSDIR}|' ${WRKSRC}/Makefile.in
@@ -25,10 +25,4 @@ post-patch:
${REINPLACE_CMD} -e '/^install/s/ install-dist_docDATA//' ${WRKSRC}/Makefile.in
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Do not compile
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>