diff options
Diffstat (limited to 'databases/oracle8-client')
-rw-r--r-- | databases/oracle8-client/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/databases/oracle8-client/Makefile b/databases/oracle8-client/Makefile index 1e6011a081d9..776d737bdd06 100644 --- a/databases/oracle8-client/Makefile +++ b/databases/oracle8-client/Makefile @@ -26,11 +26,4 @@ do-install: @${MKDIR} ${ORACLE_HOME} cd ${WRKSRC} && ${FIND} . -print0 | ${CPIO} -dump0 -R ${SHAREOWN}:${SHAREGRP} ${ORACLE_HOME} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -post-patch: - @cd ${WRKSRC}/freebsd && ${MAKE} all patch clean ORACLE_HOME=${WRKSRC} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |