diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-14 17:14:02 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-14 17:14:02 +0000 |
commit | 7e1fc3b6389ef1b8229efd163254332534503b08 (patch) | |
tree | 95c9914cbf4d1f100d357a21bf0e13654c734282 /net/cdpr/Makefile | |
parent | 6d0ca64b72be5ae15d68c5cbb1938dc7a23ff54b (diff) | |
download | ports-7e1fc3b6389ef1b8229efd163254332534503b08.tar.gz ports-7e1fc3b6389ef1b8229efd163254332534503b08.zip |
Notes
Diffstat (limited to 'net/cdpr/Makefile')
-rw-r--r-- | net/cdpr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cdpr/Makefile b/net/cdpr/Makefile index d05c5d822805..bfed19f6561c 100644 --- a/net/cdpr/Makefile +++ b/net/cdpr/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cdpr -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.4 CATEGORIES= net MASTER_SITES= http://www.monkeymental.com/mmfiles/ \ ${MASTER_SITE_LOCAL} @@ -19,7 +19,7 @@ MAINTAINER= mich@freebsdcluster.org USE_GCC= yes ALL_TARGET= cdpr -DOCSDIR?= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} |