diff options
author | pat <pat@FreeBSD.org> | 2002-07-15 01:14:02 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-15 01:14:02 +0800 |
commit | f29e2841d579d4e17efc0ce87d905da794b2681d (patch) | |
tree | ba8ca9ee98bec2785f8636b64bd041d4656a863f /net-mgmt/cdpr/Makefile | |
parent | 2699c3a6ac3b43af2bc524ab4f9f3b306766a594 (diff) | |
download | freebsd-ports-gnome-f29e2841d579d4e17efc0ce87d905da794b2681d.tar.gz freebsd-ports-gnome-f29e2841d579d4e17efc0ce87d905da794b2681d.tar.zst freebsd-ports-gnome-f29e2841d579d4e17efc0ce87d905da794b2681d.zip |
Update to 1.0.4
PR: 40551
Submitted by: maintainer
Diffstat (limited to 'net-mgmt/cdpr/Makefile')
-rw-r--r-- | net-mgmt/cdpr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/cdpr/Makefile b/net-mgmt/cdpr/Makefile index d05c5d822805..bfed19f6561c 100644 --- a/net-mgmt/cdpr/Makefile +++ b/net-mgmt/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} |