diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
commit | c4d4cacd63490d4b63e844ae298880332a388ba7 (patch) | |
tree | 3913b841cc9c2f98d7e4b2056eafc0d9980bf1c8 /cad | |
parent | - Fix permissions of the installed files so they are readable to non-root users (diff) |
- Remove conditional checks relevant only on FreeBSD 5.x and older
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gtkwave3/Makefile | 8 | ||||
-rw-r--r-- | cad/leocad/Makefile | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/cad/gtkwave3/Makefile b/cad/gtkwave3/Makefile index 579ca209ed9a..d5feab601c23 100644 --- a/cad/gtkwave3/Makefile +++ b/cad/gtkwave3/Makefile @@ -27,10 +27,4 @@ MAN1= ghwdump.1 gtkwave.1 lxt2miner.1 lxt2vcd.1 mvl2lxt.1 \ vzt2vcd.1 vztminer.1 MAN5= gtkwaverc.5 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -BROKEN= Does not compile on 5.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/cad/leocad/Makefile b/cad/leocad/Makefile index 696d14a51198..c19331d2c163 100644 --- a/cad/leocad/Makefile +++ b/cad/leocad/Makefile @@ -26,12 +26,6 @@ USE_XORG= x11 USE_GMAKE= yes USE_GNOME= gtk12 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -BROKEN= Does not compile on FreeBSD 5.x -.endif - post-extract: @${UNZIP_CMD} -q -o ${DISTDIR}/leocad-pieces-20030330.zip -d ${WRKDIR}/pieces @@ -51,4 +45,4 @@ do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKDIR}/pieces/* ${DATADIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |