diff options
-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 |