diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-19 17:18:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-19 17:18:06 +0000 |
commit | 22aa653b1afa14f38040eb76caca349691ec94f4 (patch) | |
tree | fbaa45c56afaf3e686bdcfcdf560d395b8896d37 /audio/ecawave | |
parent | - Pass maintainership to submitter (diff) |
- Convert PLIST_FILES and PORTDOCS
- Pass maintainership to submitter
PR: 138597
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=241747
Diffstat (limited to 'audio/ecawave')
-rw-r--r-- | audio/ecawave/Makefile | 10 | ||||
-rw-r--r-- | audio/ecawave/pkg-plist | 4 |
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%% |