diff options
author | lippe <lippe@FreeBSD.org> | 2008-08-20 10:52:17 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-08-20 10:52:17 +0800 |
commit | f05d084237be8c220ad2d838e83c4fac9e345777 (patch) | |
tree | bb1e96bd91fca8abe692ab981848e4896e1189fb /devel | |
parent | 1cee41e10c27d471507f9c95a79eed5eb3c48c41 (diff) | |
download | freebsd-ports-gnome-f05d084237be8c220ad2d838e83c4fac9e345777.tar.gz freebsd-ports-gnome-f05d084237be8c220ad2d838e83c4fac9e345777.tar.zst freebsd-ports-gnome-f05d084237be8c220ad2d838e83c4fac9e345777.zip |
- Set DOCSDIR appropriate, since this port use PORTVERSION in the directory name where all documentation files is installed.
- Bump PORTREVISION.
Reported by: pav, erwin
Diffstat (limited to 'devel')
-rw-r--r-- | devel/quilt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/quilt/Makefile b/devel/quilt/Makefile index cc8776c27acd..61d3906c7055 100644 --- a/devel/quilt/Makefile +++ b/devel/quilt/Makefile @@ -7,7 +7,7 @@ PORTNAME= quilt PORTVERSION= 0.46 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= quilt @@ -29,6 +29,7 @@ OPTIONS= RPMBUILD "rpmbuild support" off GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sed=${LOCALBASE}/bin/gsed --without-getopt --with-patch=${LOCALBASE}/bin/gpatch +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} MAN1= guards.1 quilt.1 DOCS= README README.MAIL quilt.pdf |