diff options
Diffstat (limited to 'textproc/ipdf/Makefile')
-rw-r--r-- | textproc/ipdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ipdf/Makefile b/textproc/ipdf/Makefile index 4fbaa73557a5..da0711acc526 100644 --- a/textproc/ipdf/Makefile +++ b/textproc/ipdf/Makefile @@ -23,6 +23,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -MAN1= ipdf.1 +MAN1= ipdf.1 +PLIST_FILES= bin/ipdf .include <bsd.port.mk> |