diff options
-rw-r--r-- | deskutils/xpad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index 649e395e0c8f..b4fe4ab97a46 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -27,9 +27,9 @@ MANCOMPRESSED= no post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/xpad - ${INSTALL_MAN} ${WRKSRC}/doc/README ${PREFIX}/share/doc/xpad/ + ${INSTALL_DATA} ${WRKSRC}/doc/README ${PREFIX}/share/doc/xpad/ @${MKDIR} ${PREFIX}/share/examples/xpad - ${INSTALL_MAN} ${WRKSRC}/xpad.desktop ${PREFIX}/share/examples/xpad/ + ${INSTALL_DATA} ${WRKSRC}/xpad.desktop ${PREFIX}/share/examples/xpad/ @${CAT} pkg-message .endif @${RM} /xpad.desktop |