diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-16 06:34:38 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-16 06:34:38 +0800 |
commit | c685ea3fcc4ac8924184282e116032531d38c2a1 (patch) | |
tree | 295d5947c3f021230555a3613324efbf9c49509e | |
parent | e1756bfa697b4446ad7d208a58c5462e8ad54cab (diff) | |
download | freebsd-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/Makefile | 2 |
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 |