aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-16 06:34:38 +0800
committerlinimon <linimon@FreeBSD.org>2006-07-16 06:34:38 +0800
commitc685ea3fcc4ac8924184282e116032531d38c2a1 (patch)
tree295d5947c3f021230555a3613324efbf9c49509e
parente1756bfa697b4446ad7d208a58c5462e8ad54cab (diff)
downloadfreebsd-ports-gnome-c685ea3fcc4ac8924184282e116032531d38c2a1.tar.gz
freebsd-ports-gnome-c685ea3fcc4ac8924184282e116032531d38c2a1.tar.zst
freebsd-ports-gnome-c685ea3fcc4ac8924184282e116032531d38c2a1.zip
Use PLIST_FILES instead of PLIST.
Pointy hat to: miwi
-rw-r--r--security/sslproxy/Makefile2
1 files changed, 1 insertions, 1 deletions
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