diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 05:59:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 05:59:12 +0000 |
commit | bf5cbf6733459599e868cb6571191f696fb3746b (patch) | |
tree | dc1dc41efba63e77b4adf6e34e0a0d579fc10f15 /security | |
parent | Rename PLIST.{KRB4,X11} to pkg-plist.{krb4,x11}. (diff) |
Rename PLIST.noshared to pkg-plist.noshared.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl-beta/Makefile | 2 | ||||
-rw-r--r-- | security/openssl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index 50e275908792..31d03c97d6c7 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/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 diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 50e275908792..31d03c97d6c7 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 |