diff options
| author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-08-20 02:52:17 +0000 |
|---|---|---|
| committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-08-20 02:52:17 +0000 |
| commit | 8aa23c6701998660a250139f68e80b82a4d18c93 (patch) | |
| tree | 1e8ed4331934d9ef1ed1cb200dd71762c21962ce | |
| parent | - Update to 0.9.6. (diff) | |
- Set DOCSDIR appropriate, since this port use PORTVERSION in the directory name where all documentation files is installed.
- Bump PORTREVISION.
Reported by: pav, erwin
| -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 |
