diff options
author | ak <ak@FreeBSD.org> | 2014-09-25 19:35:43 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-09-25 19:35:43 +0800 |
commit | 77ddf58fb76dc694475172c3e941da774dc6c287 (patch) | |
tree | e6807b5dfda708354ac38515ce7467787390b4ef /security | |
parent | fe39327f8581ec2749d3697266a1f941e914f2f8 (diff) | |
download | freebsd-ports-gnome-77ddf58fb76dc694475172c3e941da774dc6c287.tar.gz freebsd-ports-gnome-77ddf58fb76dc694475172c3e941da774dc6c287.tar.zst freebsd-ports-gnome-77ddf58fb76dc694475172c3e941da774dc6c287.zip |
- Remove obsolete @dirrm(try)
- Convert PLIST_DIRSTRY to PLIST_DIRS
Diffstat (limited to 'security')
-rw-r--r-- | security/dropbear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index b981fbab2337..b46eb017e43e 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -23,7 +23,7 @@ PLIST_FILES= bin/dbclient \ man/man1/dropbearkey.1.gz \ man/man8/dropbear.8.gz -PLIST_DIRSTRY= etc/dropbear +PLIST_DIRS= etc/dropbear OPTIONS_DEFINE= STATIC |