diff options
Diffstat (limited to 'audio/mpc/Makefile')
-rw-r--r-- | audio/mpc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/mpc/Makefile b/audio/mpc/Makefile index aed51edaa4f0..1533355d4a82 100644 --- a/audio/mpc/Makefile +++ b/audio/mpc/Makefile @@ -21,4 +21,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CFLAGS+= -I${PREFIX}/include +MAN1= mpc.1 + .include <bsd.port.mk> |