aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-09-20 01:18:06 +0800
committermiwi <miwi@FreeBSD.org>2009-09-20 01:18:06 +0800
commit308b9760ee96428540b69f850dac90e791a704f1 (patch)
treefccbffa90751d598ea859f631544463292035496 /audio
parentb224cc68f0b26d47d2c0dcf70649259c80cc2efc (diff)
downloadfreebsd-ports-gnome-308b9760ee96428540b69f850dac90e791a704f1.tar.gz
freebsd-ports-gnome-308b9760ee96428540b69f850dac90e791a704f1.tar.zst
freebsd-ports-gnome-308b9760ee96428540b69f850dac90e791a704f1.zip
- Convert PLIST_FILES and PORTDOCS
- Pass maintainership to submitter PR: 138597 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Feature safe: yes
Diffstat (limited to 'audio')
-rw-r--r--audio/ecawave/Makefile10
-rw-r--r--audio/ecawave/pkg-plist4
2 files changed, 6 insertions, 8 deletions
diff --git a/audio/ecawave/Makefile b/audio/ecawave/Makefile
index 83cbfe77b0cf..de862bf1771a 100644
--- a/audio/ecawave/Makefile
+++ b/audio/ecawave/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://ecasound.seul.org/download/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= scjamorim@bsd.com.br
COMMENT= Simple graphical audio file editor
BUILD_DEPENDS= ${LOCALBASE}/lib/libecasound.a:${PORTSDIR}/audio/ecasound
@@ -24,10 +24,10 @@ CFLAGS+= ${PTHREAD_CFLAGS:S/"//g}
LDFLAGS+= ${PTHREAD_LIBS:S/"//g}
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}" \
- CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
- CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS}"
MAN1= ecawave.1
+PLIST_FILES= bin/ecawave
+PORTDOCS= *.html
.include <bsd.port.pre.mk>
@@ -41,7 +41,9 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/Documentation/*.html ${DOCSDIR}
+.for docs in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/Documentation/${docs} ${DOCSDIR}
+.endfor
.endif
.include <bsd.port.post.mk>
diff --git a/audio/ecawave/pkg-plist b/audio/ecawave/pkg-plist
deleted file mode 100644
index dfa136ffb95d..000000000000
--- a/audio/ecawave/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/ecawave
-%%PORTDOCS%%%%DOCSDIR%%/ecawave_manpage.html
-%%PORTDOCS%%%%DOCSDIR%%/users_guide.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%