summaryrefslogtreecommitdiffstats
path: root/games/xlines/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-07-11 00:39:29 +0000
committersteve <steve@FreeBSD.org>1998-07-11 00:39:29 +0000
commit3c18aaf9d2e4b2d446ac875ce46c56b1324dc3dc (patch)
tree8bdc4ea828ad0a7786aa1074f33e0465879d4152 /games/xlines/Makefile
parentcdd26a47dd1f0a16c65f3116fe3b2ac88c7a2ed1 (diff)
downloadFreeBSD-ports-3c18aaf9d2e4b2d446ac875ce46c56b1324dc3dc.zip
FreeBSD-ports-3c18aaf9d2e4b2d446ac875ce46c56b1324dc3dc.tar.gz
Misc. updates/cleanup from maintainer.
PR: 7179 Submitted by: maintainer
Diffstat (limited to 'games/xlines/Makefile')
-rw-r--r--games/xlines/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/games/xlines/Makefile b/games/xlines/Makefile
index a0cd651..04ec437 100644
--- a/games/xlines/Makefile
+++ b/games/xlines/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 February 1998
# Whom: Andrey Zakhvatov
#
-# $Id:$
+# $Id: Makefile,v 1.1.1.1 1998/02/13 18:08:28 vanilla Exp $
#
DISTNAME= xlines
@@ -17,18 +17,19 @@ LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt
BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt
USE_X11= yes
-WRKSRC= ${WRKDIR}
+NO_WRKSUBDIR= yes
-pre-patch:
- @ ${TR} -d "\015" < ${WRKSRC}/Makefile > ${WRKSRC}/Makefile.new
- @ ${MV} ${WRKSRC}/Makefile.new ${WRKSRC}/Makefile
+pre-build:
+ @ ${RM} ${WRKSRC}/lines.moc
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xlines ${PREFIX}/bin
@ ${MKDIR} ${PREFIX}/share/xlines
@ ${INSTALL_DATA} ${WRKSRC}/trolltech.gif ${PREFIX}/share/xlines
+.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/xlines
@ ${INSTALL_DATA} ${WRKSRC}/readme.lines ${PREFIX}/share/doc/xlines
@ ${INSTALL_DATA} ${WRKSRC}/readme.qt ${PREFIX}/share/doc/xlines
+.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud