diff options
author | Steve Wills <swills@FreeBSD.org> | 2010-09-07 22:40:44 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2010-09-07 22:40:44 +0000 |
commit | d2e22b46723476a1c8184fadcf8252d34472843a (patch) | |
tree | 992698f29cc05809e918ac52e74d9875dc8bca29 | |
parent | 4e398e786c0db1f788d7bb8a0d0a61ec63fc940d (diff) | |
download | ports-d2e22b46723476a1c8184fadcf8252d34472843a.tar.gz ports-d2e22b46723476a1c8184fadcf8252d34472843a.zip |
- Properly use ${AUTOCONF} and ${AUTOMAKE}
- Properly use GCONF_SCHEMAS
- Attach gnome-specimen to build
Approved by: pgollucci (mentor)
Notes
Notes:
svn path=/head/; revision=260718
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/gnome-specimen/Makefile | 3 | ||||
-rw-r--r-- | print/gnome-specimen/pkg-plist | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/print/Makefile b/print/Makefile index 62d3b3f37cca..969a730f0b01 100644 --- a/print/Makefile +++ b/print/Makefile @@ -104,6 +104,7 @@ SUBDIR += gl2ps SUBDIR += gnome-cups-manager SUBDIR += gnome-print + SUBDIR += gnome-specimen SUBDIR += gnomephotoprinter SUBDIR += gribouy SUBDIR += gsfonts diff --git a/print/gnome-specimen/Makefile b/print/gnome-specimen/Makefile index 6b86a328794f..46ef238f441a 100644 --- a/print/gnome-specimen/Makefile +++ b/print/gnome-specimen/Makefile @@ -15,6 +15,7 @@ COMMENT= Gnome Specimen is a simple tool to preview and compare installed fonts GNU_CONFIGURE= yes USE_GNOME= pygnomedesktop +GCONF_SCHEMAS= gnome-specimen.schemas USE_GMAKE= yes USE_PYTHON= yes USE_GETTEXT= yes @@ -25,6 +26,6 @@ INSTALLS_ICONS= yes .include <bsd.port.pre.mk> pre-configure: - ( cd ${WRKSRC} ; autoreconf -fi ; automake ) + ( cd ${WRKSRC} ; ${AUTORECONF} ; ${AUTOMAKE} ) .include <bsd.port.post.mk> diff --git a/print/gnome-specimen/pkg-plist b/print/gnome-specimen/pkg-plist index 3cd1ab6fd13d..7eeb654cb87a 100644 --- a/print/gnome-specimen/pkg-plist +++ b/print/gnome-specimen/pkg-plist @@ -1,5 +1,4 @@ bin/gnome-specimen -etc/gconf/schemas/gnome-specimen.schemas lib/locale/ar/LC_MESSAGES/gnome-specimen.mo lib/locale/cs/LC_MESSAGES/gnome-specimen.mo lib/locale/ca/LC_MESSAGES/gnome-specimen.mo |