diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-06 05:28:48 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-06 05:28:48 +0000 |
commit | fc1c8be35cc3a04afd8dc260313111570f79499f (patch) | |
tree | 514452fa2957b3366d8b1bea78f1d00532aa8e11 /deskutils/xpad | |
parent | a446d52834dffba9fb55e9b19429747d497a0137 (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 |