diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-03 06:12:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-03 06:12:53 +0000 |
commit | 248ca3f91cbf6ce8a3edf65274952aaac18ee9fb (patch) | |
tree | 59cf8e96bc42049e79859b1753996641c22bb653 | |
parent | 83ac44b4f60c00c911aa8c2803f8707f157c713e (diff) | |
download | ports-248ca3f91cbf6ce8a3edf65274952aaac18ee9fb.tar.gz ports-248ca3f91cbf6ce8a3edf65274952aaac18ee9fb.zip |
Notes
-rw-r--r-- | audio/mpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpc/Makefile b/audio/mpc/Makefile index 38b65e7c4dd0..1dcb4a7f67fa 100644 --- a/audio/mpc/Makefile +++ b/audio/mpc/Makefile @@ -27,7 +27,7 @@ PLIST_FILES= bin/${PORTNAME} %%PORTEXAMPLES%%%%EXAMPLESDIR%%/${PORTNAME}-complet .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MEXAMPLESDIR} +.if ${PORT_OPTIONS:MEXAMPLES} PLIST_DIRS= %%EXAMPLESDIR%% .endif |