summaryrefslogtreecommitdiff
path: root/comms/yaps/Makefile
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
commit42542fb07642b8336e808272918f3ae46aa67e0b (patch)
tree98ff235c33c6493aa26457284f122652c38935f7 /comms/yaps/Makefile
parent- Extract command variable definitions from bsd.port.mk, they are now stored in (diff)
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=197075
Diffstat (limited to 'comms/yaps/Makefile')
-rw-r--r--comms/yaps/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/comms/yaps/Makefile b/comms/yaps/Makefile
index 9a3fe932b08f..d99b984858ac 100644
--- a/comms/yaps/Makefile
+++ b/comms/yaps/Makefile
@@ -20,12 +20,12 @@ USE_GMAKE= true
MAN1= yaps.1
post-install:
- ${INSTALL_DATA} ${WRKSRC}/yaps.rc ${TARGETDIR}/etc/yaps.rc.sample
- ${INSTALL_MAN} ${WRKSRC}/yaps.1 ${TARGETDIR}/man/man1
+ ${INSTALL_DATA} ${WRKSRC}/yaps.rc ${PREFIX}/etc/yaps.rc.sample
+ ${INSTALL_MAN} ${WRKSRC}/yaps.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
- @${MKDIR} ${TARGETDIR}/share/doc/yaps
- ${INSTALL_DATA} ${WRKSRC}/yaps.doc ${TARGETDIR}/share/doc/yaps
- ${INSTALL_DATA} ${WRKSRC}/yaps.html ${TARGETDIR}/share/doc/yaps
+ @${MKDIR} ${PREFIX}/share/doc/yaps
+ ${INSTALL_DATA} ${WRKSRC}/yaps.doc ${PREFIX}/share/doc/yaps
+ ${INSTALL_DATA} ${WRKSRC}/yaps.html ${PREFIX}/share/doc/yaps
.endif
.include <bsd.port.mk>