summaryrefslogtreecommitdiffstats
path: root/deskutils/xpad
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-10-06 05:28:48 +0000
committeredwin <edwin@FreeBSD.org>2003-10-06 05:28:48 +0000
commitfc1c8be35cc3a04afd8dc260313111570f79499f (patch)
tree514452fa2957b3366d8b1bea78f1d00532aa8e11 /deskutils/xpad
parenta446d52834dffba9fb55e9b19429747d497a0137 (diff)
downloadFreeBSD-ports-fc1c8be35cc3a04afd8dc260313111570f79499f.zip
FreeBSD-ports-fc1c8be35cc3a04afd8dc260313111570f79499f.tar.gz
install_man -> install_data
Submitted by: adamw@
Diffstat (limited to 'deskutils/xpad')
-rw-r--r--deskutils/xpad/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile
index 649e395..b4fe4ab 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
OpenPOWER on IntegriCloud