diff options
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" |