diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-29 23:03:48 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-29 23:03:48 +0000 |
commit | 906c3f9ae2d4cf2e6b0c42abc2d106d17ed2e9c1 (patch) | |
tree | 7b6f3e723967c36f4cc639525d17d105ed1a9d0d | |
parent | - share/pixmaps is part of mtree, must not be removed by individual ports (diff) |
- set DOCSDIR to ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}, there's no
reason to have PORTREVISION inthere
- bump PORTREVISION
Prompted by: the failure of devel/cons-test on pointy
Notes
Notes:
svn path=/head/; revision=223605
-rw-r--r-- | devel/cons/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cons/Makefile b/devel/cons/Makefile index a31c2565dfe8..8cc488ffb019 100644 --- a/devel/cons/Makefile +++ b/devel/cons/Makefile @@ -7,7 +7,7 @@ PORTNAME= cons PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.dsmit.com/cons/stable/ \ http://www.gnu.org/software/cons/stable/ \ @@ -28,7 +28,7 @@ MANCOMPRESSED= yes MAN1= cons.1 DOCS= CHANGES COPYING COPYRIGHT INSTALL MANIFEST README RELEASE \ cons.html TODO -DOCSDIR= ${PREFIX}/share/doc/${PKGNAME} +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cons ${PREFIX}/bin/cons |