diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-09 17:10:44 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-09 17:10:44 +0000 |
commit | 05561aadc8bbb2788f61d8f09e1c4b8f2da1b3c8 (patch) | |
tree | f8f9adbee62ae723321edcbdce6f8bed6eb313c4 /comms/thebridge/Makefile | |
parent | 9aff6c985bbeb97ecfd823abcb6a0950962fe45b (diff) |
Notes
Diffstat (limited to 'comms/thebridge/Makefile')
-rw-r--r-- | comms/thebridge/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/comms/thebridge/Makefile b/comms/thebridge/Makefile index 3f887fcc28cd..5b29b74c6333 100644 --- a/comms/thebridge/Makefile +++ b/comms/thebridge/Makefile @@ -6,7 +6,7 @@ # PORTNAME= thebridge -PORTVERSION= 0.72 +PORTVERSION= 0.81 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cqinet @@ -19,13 +19,9 @@ GNU_CONFIGURE= yes PORTDOCS= README -post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/FreeBSD/tbd.sh - @${MV} ${WRKSRC}/tbd.conf ${WRKSRC}/tbd.conf.sample - post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif ${INSTALL_SCRIPT} ${WRKSRC}/FreeBSD/tbd.sh ${PREFIX}/etc/rc.d/tbd.sh.sample |