aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 19:35:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 19:35:10 +0000
commit9871c1a3c7fefbea14020ee576ff987461e13733 (patch)
tree9e508051174cffba35383873ffebd30807256597
parentc324acd014c86f8aa556b232184fdd65e60009f9 (diff)
downloadports-9871c1a3c7fefbea14020ee576ff987461e13733.tar.gz
ports-9871c1a3c7fefbea14020ee576ff987461e13733.zip
Notes
-rw-r--r--science/dlpoly-classic/Makefile1
-rw-r--r--science/medit/Makefile1
-rw-r--r--science/mol2ps/Makefile1
-rw-r--r--science/sigrok-firmware-fx2lafw/Makefile1
-rw-r--r--science/xmakemol/Makefile1
5 files changed, 0 insertions, 5 deletions
diff --git a/science/dlpoly-classic/Makefile b/science/dlpoly-classic/Makefile
index 9ce3df7f37af..1244165c30e0 100644
--- a/science/dlpoly-classic/Makefile
+++ b/science/dlpoly-classic/Makefile
@@ -30,7 +30,6 @@ MPIF90= ${LOCALBASE}/mpi/openmpi/bin/mpif90
GUI_USE= JAVA=yes
GUI_PLIST_FILES= bin/dlpoly-gui \
${DATADIR_REL}/GUI.jar
-GUI_PLIST_DIRS= ${DATADIR_REL}
post-patch:
${CP} ${WRKSRC}/build/MakePAR ${WRKSRC}/build/MakeSEQ ${BUILD_WRKSRC}
diff --git a/science/medit/Makefile b/science/medit/Makefile
index de007b258782..1aedaafd2974 100644
--- a/science/medit/Makefile
+++ b/science/medit/Makefile
@@ -42,7 +42,6 @@ DISTFILES+= meshes.tar.gz
EXTRACT_ONLY+= meshes.tar.gz
MESHES= DEFAULT.medit ozark.gis part.bb part.mesh thepart.mesh
PLIST_FILES+= ${MESHES:S|^|%%EXAMPLESDIR%%/|}
-PLIST_DIRS= %%EXAMPLESDIR%%
. endif
post-extract:
diff --git a/science/mol2ps/Makefile b/science/mol2ps/Makefile
index 545a25a952db..6f7bf4c1838e 100644
--- a/science/mol2ps/Makefile
+++ b/science/mol2ps/Makefile
@@ -24,7 +24,6 @@ EXTRACT_AFTER_ARGS= ${WRKDIR}
USE_FPC= yes
PLIST_FILES= bin/${PORTNAME} bin/mol2svg %%DATADIR%%/color.conf
-PLIST_DIRS= %%DATADIR%%
do-build:
(cd ${WRKSRC} && ${LOCALBASE}/bin/fpc ${EXTRACT_ONLY} -S2 -O3)
diff --git a/science/sigrok-firmware-fx2lafw/Makefile b/science/sigrok-firmware-fx2lafw/Makefile
index 84872f25fbb3..ba1f5d06771a 100644
--- a/science/sigrok-firmware-fx2lafw/Makefile
+++ b/science/sigrok-firmware-fx2lafw/Makefile
@@ -25,7 +25,6 @@ FW_FILES= fx2lafw-braintechnology-usb-lps.fw \
PORTDOCS= README NEWS
PLIST_FILES= ${FW_FILES:S,^,share/sigrok-firmware/,}
-PLIST_DIRSTRY= share/sigrok-firmware
do-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/science/xmakemol/Makefile b/science/xmakemol/Makefile
index fff455a24993..d80fbe00f5c9 100644
--- a/science/xmakemol/Makefile
+++ b/science/xmakemol/Makefile
@@ -20,6 +20,5 @@ PLIST_FILES= bin/xmake_anim.pl \
bin/xmakemol \
man/man1/xmakemol.1.gz \
%%DATADIR%%/elements
-PLIST_DIRS= %%DATADIR%%
.include <bsd.port.mk>