diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 13:29:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 13:29:03 +0000 |
commit | a05ee332abf3339ba8dcecafbeff30a5d1942ef9 (patch) | |
tree | cb866b5dedbb384733e9acc3eb871628e0e3b9fb /www/netscape47-navigator | |
parent | Move down bsd.port.pre.mk inclusion to below PORTNAME/PORTVERSION definitions (diff) |
Make sure PORTNAME/PORTVERSION are defined before inclusion of pre.mk.
There might be some better solutions but this should at least make them
work for now.
Diffstat (limited to 'www/netscape47-navigator')
-rw-r--r-- | www/netscape47-navigator/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/netscape47-navigator/Makefile b/www/netscape47-navigator/Makefile index 43c32b1762af..f0c2df7fb014 100644 --- a/www/netscape47-navigator/Makefile +++ b/www/netscape47-navigator/Makefile @@ -5,6 +5,9 @@ # $FreeBSD$ # +PORTNAME= netscape-${BROWSER_ARC} +PORTVERSION= ${BROWSER_VER} + .include <bsd.port.pre.mk> .if ${ARCH} == "i386" |