diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-06 16:14:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-06 16:14:52 +0000 |
commit | a4c693ac35cef2b346b3ff3bc6106699702e0db6 (patch) | |
tree | b469a331dd74cfcfe4f15f9a820baf7cec0dff49 /www/firefox3-devel | |
parent | 1ea270139991da4370c342c33261247867279eee (diff) | |
download | ports-a4c693ac35cef2b346b3ff3bc6106699702e0db6.tar.gz ports-a4c693ac35cef2b346b3ff3bc6106699702e0db6.zip |
Notes
Diffstat (limited to 'www/firefox3-devel')
-rw-r--r-- | www/firefox3-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index 003a5ad0f9ca..582d8dd2acee 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/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 |