diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-11-30 07:03:48 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-11-30 07:03:48 +0800 |
commit | 041f9c60a0866ab2b8b7efb3d1eeba8ee92298d5 (patch) | |
tree | d943af1280e391eddf88d58ae1e88498ca621371 | |
parent | 2debd4d6626557c8e9d48def42ab387722d3c6b1 (diff) | |
download | freebsd-ports-gnome-041f9c60a0866ab2b8b7efb3d1eeba8ee92298d5.tar.gz freebsd-ports-gnome-041f9c60a0866ab2b8b7efb3d1eeba8ee92298d5.tar.zst freebsd-ports-gnome-041f9c60a0866ab2b8b7efb3d1eeba8ee92298d5.zip |
- 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
-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 |