aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2014-12-21 21:39:05 +0000
committerAlex Kozlov <ak@FreeBSD.org>2014-12-21 21:39:05 +0000
commit1a27fc9ebd204d846c50af17ed0fe27e0bcdbbd8 (patch)
treede7bdef36856faf82a3b82ba176b9f81a2b126d0
parent2dd1b645d08007d4995bdf482a03a600a449ef62 (diff)
downloadports-1a27fc9ebd204d846c50af17ed0fe27e0bcdbbd8.tar.gz
ports-1a27fc9ebd204d846c50af17ed0fe27e0bcdbbd8.zip
- Convert to pkg-plist
Notes
Notes: svn path=/head/; revision=375196
-rw-r--r--security/dropbear/Makefile10
-rw-r--r--security/dropbear/pkg-plist9
2 files changed, 9 insertions, 10 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile
index 05bc422a6cd6..e3a258eb128a 100644
--- a/security/dropbear/Makefile
+++ b/security/dropbear/Makefile
@@ -15,16 +15,6 @@ USES= gmake tar:bzip2
USE_RC_SUBR= ${PORTNAME}
-PLIST_FILES= bin/dbclient \
- bin/dropbearconvert \
- bin/dropbearkey \
- sbin/dropbear \
- man/man1/dbclient.1.gz \
- man/man1/dropbearconvert.1.gz \
- man/man1/dropbearkey.1.gz \
- man/man8/dropbear.8.gz
-PLIST_DIRS= etc/dropbear
-
OPTIONS_DEFINE= STATIC
STATIC_LDFLAGS= -static
diff --git a/security/dropbear/pkg-plist b/security/dropbear/pkg-plist
new file mode 100644
index 000000000000..a8c320f12d8c
--- /dev/null
+++ b/security/dropbear/pkg-plist
@@ -0,0 +1,9 @@
+bin/dbclient
+bin/dropbearconvert
+bin/dropbearkey
+sbin/dropbear
+man/man1/dbclient.1.gz
+man/man1/dropbearconvert.1.gz
+man/man1/dropbearkey.1.gz
+man/man8/dropbear.8.gz
+@dir etc/dropbear