diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-03-18 16:57:51 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-03-18 16:57:51 +0000 |
commit | 04f56fbdadd9c722ccb33bff71fc71fb6aee60b3 (patch) | |
tree | c674771b6d5e09100345f777129c77200e7103fe /ftp/gftp/Makefile | |
parent | - add patch to fix bug that prevented IPC to work properly (diff) |
finally fix those gnome pkg-plist stuff
Notes
Notes:
svn path=/head/; revision=104499
Diffstat (limited to 'ftp/gftp/Makefile')
-rw-r--r-- | ftp/gftp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index 562ee34aed25..e4f64f2fa1fd 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -7,7 +7,7 @@ PORTNAME= gftp PORTVERSION= 2.0.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp MASTER_SITES= http://gftp.seul.org/ \ ftp://gftp.seul.org/pub/gftp/ @@ -60,10 +60,10 @@ PLIST_SUB+= NOX11:="" .if ${HAVE_GNOME:Mgnomelibs}!="" && !defined(WITH_GTK2) USE_GNOME+= gnomeprefix gnomelibs PKGNAMESUFFIX+= -gnome -PLIST_SUB+= DATADIR="share/gnome" +PLIST_SUB+= DATADIR="share/gnome" MYGNOME="" MAKE_ENV= HAVE_GNOME=1 .else -PLIST_SUB+= DATADIR="share" +PLIST_SUB+= DATADIR="share" MYGNOME="@comment " .endif post-patch: |