diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 03:35:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 03:35:10 +0800 |
commit | a073d9878de9a4c6a03601333a5fc0d2ce23fc92 (patch) | |
tree | 9e508051174cffba35383873ffebd30807256597 | |
parent | 7ef221e680e9d831089d8db86d76785596b1812e (diff) | |
download | freebsd-ports-gnome-a073d9878de9a4c6a03601333a5fc0d2ce23fc92.tar.gz freebsd-ports-gnome-a073d9878de9a4c6a03601333a5fc0d2ce23fc92.tar.zst freebsd-ports-gnome-a073d9878de9a4c6a03601333a5fc0d2ce23fc92.zip |
cleanup plist
-rw-r--r-- | science/dlpoly-classic/Makefile | 1 | ||||
-rw-r--r-- | science/medit/Makefile | 1 | ||||
-rw-r--r-- | science/mol2ps/Makefile | 1 | ||||
-rw-r--r-- | science/sigrok-firmware-fx2lafw/Makefile | 1 | ||||
-rw-r--r-- | science/xmakemol/Makefile | 1 |
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> |