diff options
| author | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-09 18:26:40 +0000 |
|---|---|---|
| committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-09 18:26:40 +0000 |
| commit | 8bdf0587e8b87c53ec28f3c3248ac39291a33fb3 (patch) | |
| tree | 2d663c37ec4c1229d722d2f4119fb20dd5253b97 | |
| parent | . Fix the permissions of the playground. (diff) | |
Remove deprecated PLIST_DIRSTRY and also no longer needed PLIST_DIRS
| -rw-r--r-- | biology/lagan/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/biology/lagan/Makefile b/biology/lagan/Makefile index c76fe3590ae4..7002e4459cad 100644 --- a/biology/lagan/Makefile +++ b/biology/lagan/Makefile @@ -26,8 +26,6 @@ PLIST_FILES= ${EXECUTABLES:S,^,${PORTNAME}/,} \ ${EXEUTILS:S,^,${PORTNAME}/utils/,} \ ${SCRIPTUTILS:S,^,${PORTNAME}/utils/,} \ ${READMES:S,^,${PORTNAME}/Readmes/,} -PLIST_DIRS= ${PORTNAME}/utils ${PORTNAME}/Readmes -PLIST_DIRSTRY= ${PORTNAME} LAGAN_DIR= ${PREFIX}/${PORTNAME} |
