mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- convert to stage
This commit is contained in:
parent
1899269220
commit
5fd9c17f34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337833
2 changed files with 10 additions and 12 deletions
|
@ -13,19 +13,13 @@ MAINTAINER= db@FreeBSD.org
|
||||||
COMMENT= Calculates distance (qrb) used in Amateur Radio
|
COMMENT= Calculates distance (qrb) used in Amateur Radio
|
||||||
|
|
||||||
CONFLICTS= locator*
|
CONFLICTS= locator*
|
||||||
PORTDOCS= INSTALL
|
|
||||||
PLIST_FILES= bin/wwl bin/locator
|
|
||||||
MAN1= wwl.1
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/wwl ${PREFIX}/bin
|
@${INSTALL_PROGRAM} ${WRKSRC}/wwl ${STAGEDIR}${PREFIX}/bin
|
||||||
${RM} -f ${PREFIX}/bin/locator
|
@${RM} -f ${STAGEDIR}${PREFIX}/bin/locator
|
||||||
${LN} ${PREFIX}/bin/wwl ${PREFIX}/bin/locator
|
@${LN} -sf wwl ${STAGEDIR}${PREFIX}/bin/locator
|
||||||
${INSTALL_DATA} ${WRKSRC}/wwl.1 ${MANPREFIX}/man/man1
|
@${INSTALL_DATA} ${WRKSRC}/wwl.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||||
.if !defined(NOPORTDOCS)
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${MKDIR} ${DOCSDIR}
|
@${INSTALL_DATA} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
4
comms/wwl/pkg-plist
Normal file
4
comms/wwl/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
bin/wwl
|
||||||
|
man/man1/wwl.1.gz
|
||||||
|
share/doc/wwl/INSTALL
|
||||||
|
@dirrm share/doc/wwl
|
Loading…
Add table
Reference in a new issue