diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 05:28:48 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 05:28:48 +0000 |
commit | 4bb6ffde105d5c3b0ec09ddd564d5081c19d7074 (patch) | |
tree | bf2058bbe5aa9c1a1ebf8ab3c9d1a4a439f824f8 /deskutils/xpad | |
parent | df37963f2ddc20fc9846ff92569e9e9c288952ae (diff) | |
download | ports-4bb6ffde105d5c3b0ec09ddd564d5081c19d7074.tar.gz ports-4bb6ffde105d5c3b0ec09ddd564d5081c19d7074.zip |
Notes
Diffstat (limited to 'deskutils/xpad')
-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 |