aboutsummaryrefslogtreecommitdiff
path: root/comms/sredird/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-02-17 13:28:53 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-02-17 13:28:53 +0000
commita08035df0b382e76c72a8974c08bc5a47860b136 (patch)
treeeffd669a0505fe90da00053848ce0de7129e8f68 /comms/sredird/Makefile
parent52056acb8e55e9c980eb04014aeaec5d3cb9c5a1 (diff)
downloadports-a08035df0b382e76c72a8974c08bc5a47860b136.tar.gz
ports-a08035df0b382e76c72a8974c08bc5a47860b136.zip
Notes
Diffstat (limited to 'comms/sredird/Makefile')
-rw-r--r--comms/sredird/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/comms/sredird/Makefile b/comms/sredird/Makefile
index 74c6c42873fd..7388437eb985 100644
--- a/comms/sredird/Makefile
+++ b/comms/sredird/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sredird
-PORTVERSION= 1.1.8
+PORTVERSION= 2.1.0
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/serial
@@ -19,9 +19,8 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sredird ${PREFIX}/libexec
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/sredird
- ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/sredird
- ${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/sredird
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/README ${WRKSRC}/COPYING ${DOCSDIR}
.endif
.include <bsd.port.mk>