diff options
author | pat <pat@FreeBSD.org> | 2002-10-31 04:42:57 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-10-31 04:42:57 +0800 |
commit | 84f74fba37acc8b97fe2c62f1d6982b3790a6ec7 (patch) | |
tree | 073a0e33f884fcb788d8153b34de05d645c53531 /net-mgmt | |
parent | d6e821f9bd5f9954733fed32eacd61bb686e4b26 (diff) | |
download | freebsd-ports-gnome-84f74fba37acc8b97fe2c62f1d6982b3790a6ec7.tar.gz freebsd-ports-gnome-84f74fba37acc8b97fe2c62f1d6982b3790a6ec7.tar.zst freebsd-ports-gnome-84f74fba37acc8b97fe2c62f1d6982b3790a6ec7.zip |
Update to 1.0.7 and use NOPORTDOCS in pkg-plist
PR: ports/44752
Submitted by: maintainer
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cdpr/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/cdpr/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/cdpr/pkg-plist | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/net-mgmt/cdpr/Makefile b/net-mgmt/cdpr/Makefile index a845d00afbe4..c2570a51a754 100644 --- a/net-mgmt/cdpr/Makefile +++ b/net-mgmt/cdpr/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cdpr -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 CATEGORIES= net MASTER_SITES= http://freebsdcluster.org/~mich/software/ \ ${MASTER_SITE_LOCAL} @@ -26,7 +26,6 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} - .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README diff --git a/net-mgmt/cdpr/distinfo b/net-mgmt/cdpr/distinfo index cdc6e3c7dfa5..dae2178590bb 100644 --- a/net-mgmt/cdpr/distinfo +++ b/net-mgmt/cdpr/distinfo @@ -1 +1 @@ -MD5 (cdpr-1.0.6.tgz) = d16b98367af42d9a478637334e54e3ee +MD5 (cdpr-1.0.7.tgz) = 2a06a7f49364174e254525bae9e7add7 diff --git a/net-mgmt/cdpr/pkg-plist b/net-mgmt/cdpr/pkg-plist index fb3967614e3f..f98fd8c268a2 100644 --- a/net-mgmt/cdpr/pkg-plist +++ b/net-mgmt/cdpr/pkg-plist @@ -1,3 +1,3 @@ bin/cdpr -share/doc/cdpr/README -@dirrm share/doc/cdpr +%%PORTDOCS%%share/doc/cdpr/README +%%PORTDOCS%%@dirrm share/doc/cdpr |