diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 05:59:12 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 05:59:12 +0000 |
commit | 478348e8abd86c3c6d34dd5881ce6bad5561a1d5 (patch) | |
tree | 07aae5d2fd23ee3f2871e782d38e1aa2a5a8dd4f /security/openssl | |
parent | 78a7133f92e52644f6cd08f7f6a7b77a6d321ae4 (diff) | |
download | FreeBSD-ports-478348e8abd86c3c6d34dd5881ce6bad5561a1d5.zip FreeBSD-ports-478348e8abd86c3c6d34dd5881ce6bad5561a1d5.tar.gz |
Rename PLIST.noshared to pkg-plist.noshared.
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 50e2759..31d03c9 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -26,7 +26,7 @@ NOSHARED= yes USE_PERL5= yes .if defined(NOSHARED) -PLIST= ${PKGDIR}/PLIST.noshared +PLIST= ${PKGDIR}/pkg-plist.noshared .else ALL_TARGET= freebsd-shared all SHLIBVER= 1 |