summaryrefslogtreecommitdiffstats
path: root/x11/tycoon/Makefile
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2000-12-30 18:37:03 +0000
committersf <sf@FreeBSD.org>2000-12-30 18:37:03 +0000
commitce1011d2f2553d32af61c50567870fd97a7b746e (patch)
tree000a5113c3f25587dbe5683eaf84f5543125347f /x11/tycoon/Makefile
parent71af8f1bebf392e1697f778f0dded65d7095b529 (diff)
downloadFreeBSD-ports-ce1011d2f2553d32af61c50567870fd97a7b746e.zip
FreeBSD-ports-ce1011d2f2553d32af61c50567870fd97a7b746e.tar.gz
use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.
pre-install -> post-build to make reinstall target working. change maintainer to ports@ due to maintainer does not have FreeBSD box anymore. PR: 23444 Submitted by: myself
Diffstat (limited to 'x11/tycoon/Makefile')
-rw-r--r--x11/tycoon/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/tycoon/Makefile b/x11/tycoon/Makefile
index 5e76c77..27ea854 100644
--- a/x11/tycoon/Makefile
+++ b/x11/tycoon/Makefile
@@ -11,15 +11,16 @@ CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/desktop
-MAINTAINER= steve@farrell.org
+MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms
USE_IMAKE= yes
USE_XPM= yes
-NO_INSTALL_MANPAGES= yes
-pre-install:
- @cd ${WRKSRC}/xbackdrop/backdrops; ${MV} index index.orig; ${SED} -e 's,/usr/lib,${PREFIX}/lib,' index.orig > index; ${RM} index.orig index~
+post-build:
+ ${RM} -f ${WRKSRC}/xbackdrop/backdrops/index~ ;\
+ ${PERL} -pi -e 's,/usr/lib,${PREFIX}/lib,' \
+ ${WRKSRC}/xbackdrop/backdrops/index
.include <bsd.port.mk>
OpenPOWER on IntegriCloud