aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-08-07 00:14:52 +0800
committermarcus <marcus@FreeBSD.org>2003-08-07 00:14:52 +0800
commit9df07a7f6a4f76acaf553d91e3a9450cc2d7d7d2 (patch)
treee562aece1cc2fe9f68849a71be23d6a7df74e831 /www/firefox/Makefile
parent2bfcc45a8bc96a34d283e26cfd5ca7e454d6e80b (diff)
downloadfreebsd-ports-gnome-9df07a7f6a4f76acaf553d91e3a9450cc2d7d7d2.tar.gz
freebsd-ports-gnome-9df07a7f6a4f76acaf553d91e3a9450cc2d7d7d2.tar.zst
freebsd-ports-gnome-9df07a7f6a4f76acaf553d91e3a9450cc2d7d7d2.zip
Fix the PLIST link.
PR: 55310 Submitted by: Morten Rodal <morten@rodal.no> Pointy hat to: me
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r--www/firefox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 003a5ad0f9ca..582d8dd2acee 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -40,10 +40,10 @@ ALL_TARGET= default
.if defined(WITH_GTK2)
USE_GNOME= gtk20 libidl
PKGNAMESUFFIX= -gtk2
-PLIST= pkg-plist.gtk2
+PLIST= ${PKGDIR}/pkg-plist.gtk2
.else
USE_GNOME= gtk12 orbit
-PLIST= pkg-plist.gtk1
+PLIST= ${PKGDIR}/pkg-plist.gtk1
.endif
NO_MTREE= yes