Reassign to hamradio@
Clean up Makefile No binary changes
This commit is contained in:
parent
03ad1ef6a8
commit
e1ffcc6263
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394666
3 changed files with 8 additions and 10 deletions
|
@ -6,19 +6,17 @@ PORTVERSION= 0.96
|
|||
CATEGORIES= textproc hamradio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
|
||||
|
||||
MAINTAINER= db@FreeBSD.org
|
||||
MAINTAINER= hamradio@FreeBSD.org
|
||||
COMMENT= Morse Code Generator
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gmake python
|
||||
MAKEFILE= makefile
|
||||
ALL_TARGET= ALL
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- pcm.c.orig 2011-06-30 18:51:13.000000000 -0400
|
||||
+++ pcm.c 2011-06-30 18:51:47.000000000 -0400
|
||||
@@ -60,7 +60,7 @@
|
||||
--- pcm.c.orig 2008-01-07 15:26:50 UTC
|
||||
+++ pcm.c
|
||||
@@ -60,7 +60,7 @@ int mStoSamples(int hVox, int time) {
|
||||
float samples;
|
||||
float fsr;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
bin/cwmm
|
||||
bin/cwpcm
|
||||
bin/cwtext
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%DOCSDIR%%/README
|
||||
|
|
Loading…
Reference in a new issue