diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-07-12 23:01:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-07-12 23:01:45 +0800 |
commit | 816503d0c5051e291b1c9d153597bec2c0d90e3e (patch) | |
tree | 713942325bda393305edb21d46cd7f38d213aebc /audio/audiere | |
parent | 422d267e1126322ee1278071a404f04be2383f95 (diff) | |
download | freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.tar.gz freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.tar.zst freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.zip |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
Diffstat (limited to 'audio/audiere')
-rw-r--r-- | audio/audiere/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/audiere/Makefile b/audio/audiere/Makefile index a1094122b44b..b2d62a2e377c 100644 --- a/audio/audiere/Makefile +++ b/audio/audiere/Makefile @@ -34,7 +34,7 @@ OPTIONS_DEFAULT= DUMB CDAUDIO VORBIS SPEEX DUMB_DESC= DUMB support CDAUDIO_DESC= libcdaudio support -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> # Broken with recent FLAC #.if !defined(WITHOUT_FLAC) @@ -75,12 +75,12 @@ post-patch: -e 's|-lpthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/configure.in -.if !defined(NOPORTDOCS) post-install: +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR} .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |