diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-31 02:37:03 +0800 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-31 02:37:03 +0800 |
commit | 43a2aac35f85c9152af8a6952b8ebd45c0ffcc86 (patch) | |
tree | dbc6fbb29a909ef8dcb58dfbf24059149806b9b4 /x11/tycoon/Makefile | |
parent | 8c8f40c0b16758b3d00ffd85420b55ee7f3a2a81 (diff) | |
download | freebsd-ports-gnome-43a2aac35f85c9152af8a6952b8ebd45c0ffcc86.tar.gz freebsd-ports-gnome-43a2aac35f85c9152af8a6952b8ebd45c0ffcc86.tar.zst freebsd-ports-gnome-43a2aac35f85c9152af8a6952b8ebd45c0ffcc86.zip |
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/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/tycoon/Makefile b/x11/tycoon/Makefile index 5e76c7792afc..27ea85425623 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> |