aboutsummaryrefslogtreecommitdiff
path: root/misc/gpt31
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
commitc44fa33a5e74f28fd77012aba7e3a9c8d633e36a (patch)
treee6dd259a421e47b261f2bd597fcca9e4eec75ae0 /misc/gpt31
parent06e0fcfad4fcd1229d0855aef4a391838f476cf3 (diff)
downloadports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.tar.gz
ports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.zip
Notes
Diffstat (limited to 'misc/gpt31')
-rw-r--r--misc/gpt31/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/gpt31/Makefile b/misc/gpt31/Makefile
index fba6486dc944..74cef5a0c1f8 100644
--- a/misc/gpt31/Makefile
+++ b/misc/gpt31/Makefile
@@ -51,12 +51,6 @@ FIX_VAR_FILES= ${WRKSRC}/packaging_tools/perl/GPT/Localize.pm \
${WRKSRC}/packaging_tools/perl/scripts/gpt-config \
${WRKSRC}/tools/testArchiveTar
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= "Does not build"
-.endif
-
post-patch:
@${REINPLACE_CMD} -e "s|@@PERL@@|${PERL}|g" ${WRKSRC}/build_gpt
@${REINPLACE_CMD} -e 's|$$gpath/var/lib/perl|/var/db/gpt|g' ${FIX_VAR_FILES}
@@ -66,4 +60,4 @@ do-install:
@cd ${WRKSRC}; \
GPT_LOCATION=${PREFIX} ./build_gpt --with-perl=${PERL}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>