diff options
Diffstat (limited to 'misc/radio_datetime_analyzer/Makefile')
| -rw-r--r-- | misc/radio_datetime_analyzer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/radio_datetime_analyzer/Makefile b/misc/radio_datetime_analyzer/Makefile index 451bcb28f657..8e3f1c00b3df 100644 --- a/misc/radio_datetime_analyzer/Makefile +++ b/misc/radio_datetime_analyzer/Makefile @@ -1,5 +1,6 @@ PORTNAME= radio_datetime_analyzer DISTVERSION= 1.2.0 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= https://codeberg.org/rene0/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # prevent USES=cargo from overriding default DISTFILES @@ -18,7 +19,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES PLIST_FILES= bin/radio_datetime_analyzer PORTDOCS= README.md -PORTEXAMPLES= sample_dcf77.log sample_msf.log +PORTEXAMPLES= sample_dcf77.log sample_msf.log edge-999.log post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} @@ -26,7 +27,7 @@ post-install-DOCS-on: post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -.for f in sample_dcf77.log sample_msf.log +.for f in ${PORTEXAMPLES} ${INSTALL_DATA} ${WRKSRC}/src/transmitters/test/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor |
