summaryrefslogtreecommitdiff
path: root/net/msntp/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-02-22 19:39:27 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-02-22 19:39:27 +0000
commit977ad81fa29ee91bed3cacbf81417061dad57a9a (patch)
treedc2380be072c52d676e155758954cc553c580eb0 /net/msntp/Makefile
parent- Update 1.24 (diff)
- Fix with a legitimate host name that begins with a digit.
- Makefile cleanup - Bump portrevision PR: ports/120957 Submitted by: Virgil Champlin <champlin@stupidog.org>
Notes
Notes: svn path=/head/; revision=207761
Diffstat (limited to 'net/msntp/Makefile')
-rw-r--r--net/msntp/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/msntp/Makefile b/net/msntp/Makefile
index 58c3d71e59e8..8ab45391db54 100644
--- a/net/msntp/Makefile
+++ b/net/msntp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= msntp
PORTVERSION= 1.6
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.openpkg.org/sources/DST/${PORTNAME}/
@@ -17,14 +18,15 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="-lm"
CFLAGS+= -DLOCKNAME='\"/var/run/msntp.pid\"'
CFLAGS+= -DSAVENAME='\"/var/db/msntp.state\"'
MAN1= msntp.1
+PORTDOCS= README RFC2030.TXT
+PLIST_FILES= bin/msntp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/msntp ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/msntp.1 ${PREFIX}/man/man1
- ${MKDIR} ${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/msntp.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
- ${INSTALL_DATA} ${WRKSRC}/Copyright ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ ${INSTALL} -d ${DOCSDIR}
+ @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>