diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-03-20 18:03:30 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-03-20 18:03:30 +0000 |
commit | 8972b110be53a629d72d03a8f01124194229f264 (patch) | |
tree | 5de3f0fe0c4246216b518f8021b78da959816964 /dns | |
parent | 19a0bf5b96962a5416f47ac6dccfca1557c81b3f (diff) | |
download | ports-8972b110be53a629d72d03a8f01124194229f264.tar.gz ports-8972b110be53a629d72d03a8f01124194229f264.zip |
Remove 1-line plist I intended to do in the previous update
Notes
Notes:
svn path=/head/; revision=131761
Diffstat (limited to 'dns')
-rw-r--r-- | dns/drill/Makefile | 2 | ||||
-rw-r--r-- | dns/drill/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dns/drill/Makefile b/dns/drill/Makefile index 7afd2f526e55..5b29e9ea5491 100644 --- a/dns/drill/Makefile +++ b/dns/drill/Makefile @@ -25,4 +25,6 @@ LDFLAGS+= -L${OPENSSLLIB} CFLAGS+= -I${OPENSSLINC} CONFIGURE_ARGS= --prefix=${PREFIX} +PLIST_FILES= bin/drill + .include <bsd.port.mk> diff --git a/dns/drill/pkg-plist b/dns/drill/pkg-plist deleted file mode 100644 index 5b5c44d1cfbe..000000000000 --- a/dns/drill/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/drill |