mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
- Enable stage
This commit is contained in:
parent
227f4a1bb6
commit
6663e8d08b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338058
@ -10,18 +10,10 @@ MAINTAINER= db@FreeBSD.org
|
||||
COMMENT= Grid square calculator program used in Amateur Radio and GPS work
|
||||
|
||||
CONFLICTS= wwl*
|
||||
PORTDOCS= README
|
||||
PLIST_FILES= bin/locator
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/locator ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
@${ECHO} ""
|
||||
@${ECHO} "locator README installed in ${DOCSDIR}"
|
||||
@${ECHO} ""
|
||||
.endif
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/locator ${STAGEDIR}${PREFIX}/bin
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
3
comms/locator/pkg-plist
Normal file
3
comms/locator/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/locator
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user