diff options
Diffstat (limited to 'www/firefox-esr')
-rw-r--r-- | www/firefox-esr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 003a5ad0f9ca..582d8dd2acee 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/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 |