From 1e6633189da72d82b98e0d2acc4f7a844285226f Mon Sep 17 00:00:00 2001 From: Markus Brueffer Date: Sat, 3 Feb 2007 00:12:32 +0000 Subject: - Utilize PORTDOCS - Minor cleanup Approved by: maintainer --- audio/mpc/Makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'audio/mpc') diff --git a/audio/mpc/Makefile b/audio/mpc/Makefile index 9e9c9dfe1214..01e93c6af72a 100644 --- a/audio/mpc/Makefile +++ b/audio/mpc/Makefile @@ -32,14 +32,10 @@ CONFIGURE_ARGS+=--disable-iconv .else USE_ICONV= yes .endif -PLIST_FILES=bin/mpc -PLIST_DIRS=%%EXAMPLESDIR%% -PLIST_FILES+=%%EXAMPLESDIR%%/mpc-bashrc -.ifndef(NOPORTDOCS) -PLIST_DIRS+=%%DOCSDIR%% -PLIST_FILES+=%%DOCSDIR%%/AUTHORS -PLIST_FILES+=%%DOCSDIR%%/README -.endif + +PLIST_FILES= bin/mpc %%EXAMPLESDIR%%/mpc-bashrc +PLIST_DIRS= %%EXAMPLESDIR%% +PORTDOCS= AUTHORS README do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/mpc ${PREFIX}/bin/ -- cgit v1.2.3