diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 06:38:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 06:38:05 +0000 |
commit | 9366ecd971a2529122da8afd34e99818590e470e (patch) | |
tree | f28c8a3c13e9cc5294b16391cac65bf2ebbe11d1 /www | |
parent | Rename PLIST.alpha to pkg-plist.alpha. (By the way, PLIST.pc98 is in (diff) |
Rename PLIST.alpha to pkg-plist.alpha.
Notes
Notes:
svn path=/head/; revision=33554
Diffstat (limited to '')
-rw-r--r-- | www/netscape47-communicator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile index a708f791ecef..1ebf89a02fdd 100644 --- a/www/netscape47-communicator/Makefile +++ b/www/netscape47-communicator/Makefile @@ -47,7 +47,7 @@ WRKSRC= ${WRKDIR}/${BROWSER}-v475.${NETSCAPE_DIST_TAG} ONLY_FOR_ARCHS?= i386 alpha .if ${ARCH} == "alpha" && !defined(BROWSER) -PLIST= ${PKGDIR}/PLIST.alpha +PLIST= ${PKGDIR}/pkg-plist.alpha .endif .if ${ARCH} == "alpha" |