diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-16 11:56:05 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-16 11:56:05 +0800 |
commit | 9ed2a6395275596c6cec5f7ba979ed83db523b77 (patch) | |
tree | 3df4852ffe962842baf3b2c6c5e31010bacc50ec /databases/gnome-db/Makefile | |
parent | 8f1f87dcb537aacff0ed1b3954deb020b651d095 (diff) | |
download | freebsd-ports-gnome-9ed2a6395275596c6cec5f7ba979ed83db523b77.tar.gz freebsd-ports-gnome-9ed2a6395275596c6cec5f7ba979ed83db523b77.tar.zst freebsd-ports-gnome-9ed2a6395275596c6cec5f7ba979ed83db523b77.zip |
portlint:
-Use DOCSDIR in plist.
-Add INSTALLS_OMF, bump the PORTREVISION.
Diffstat (limited to 'databases/gnome-db/Makefile')
-rw-r--r-- | databases/gnome-db/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile index 0dcbbb77b8ca..c202fdf6c282 100644 --- a/databases/gnome-db/Makefile +++ b/databases/gnome-db/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomedb PORTVERSION= 0.2.96 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-db/0.2 @@ -22,6 +22,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnomehier libgda USE_GMAKE= yes USE_GETTEXT= yes +INSTALLS_OMF= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |