From 92b1f449f17301c4733c198a1d69a43fbfa4490c Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 15 Jul 2006 22:34:38 +0000 Subject: [PATCH] Use PLIST_FILES instead of PLIST. Pointy hat to: miwi --- security/sslproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/sslproxy/Makefile b/security/sslproxy/Makefile index 34956573e194..134475954e4b 100644 --- a/security/sslproxy/Makefile +++ b/security/sslproxy/Makefile @@ -17,7 +17,7 @@ COMMENT= Proxies non-SSL request over an SSL connection PORTDOCS= README.txt dummyCert.pem -PLIST= bin/sslproxy +PLIST_FILES= bin/sslproxy USE_OPENSSL= YES