From 117701e45dcf000aaf3b684ba9ce0a203276870b Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Thu, 21 Mar 2002 16:51:04 +0000 Subject: =?UTF-8?q?=20-=20use=20my=20@FreeBSD.org=20address=20=20-=20catch?= =?UTF-8?q?up=20with=20the=20"${MACHINE=5FARCH}--freebsd${OSREL}"=20->=20?= =?UTF-8?q?=20=20=20"${MACHINE=5FARCH}-portbld-freebsd${OSREL}"=20change?= =?UTF-8?q?=20in=20bsd.port.mk=20=20=20=20Noticed=20and=20tested=20by:=20D?= =?UTF-8?q?ennis=20Kj=C3=A6r=20Jensen=20=20=20-=20remo?= =?UTF-8?q?ve=20LC=5FMESSAGES=20handling=20from=20plist,=20gettext=20handl?= =?UTF-8?q?es=20it=20already=20=20=20=20Suggested=20by:=20sobomax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Approved by: joerg --- textproc/modlogan/Makefile | 6 +++--- textproc/modlogan/pkg-plist | 12 ------------ 2 files changed, 3 insertions(+), 15 deletions(-) (limited to 'textproc') diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index 647ec7e488ce..b3fd549a601b 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc www MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ \ ${MASTER_SITE_SOURCEFORGE} -MAINTAINER= Alexander@Leidinger.net +MAINTAINER= netchild@FreeBSD.org LIB_DEPENDS= adns.1:${PORTSDIR}/net/adns \ gd.2:${PORTSDIR}/graphics/gd \ @@ -64,8 +64,8 @@ post-install: .endfor @# remove .la (can't use USE_LIBTOOL) -${RM} ${PREFIX}/lib/libmla_*.la - ${MV} ${PREFIX}/bin/${MACHINE_ARCH}--freebsd${OSREL}-modlogan ${PREFIX}/bin/modlogan - ${MV} ${PREFIX}/man/man1/${MACHINE_ARCH}--freebsd${OSREL}-modlogan.1 ${PREFIX}/man/man1/modlogan.1 + ${MV} ${PREFIX}/bin/${CONFIGURE_TARGET}-modlogan ${PREFIX}/bin/modlogan + ${MV} ${PREFIX}/man/man1/${CONFIGURE_TARGET}-modlogan.1 ${PREFIX}/man/man1/modlogan.1 .for i in css conf def.conf [ -f ${PREFIX}/etc/modlogan/modlogan.${i} ] || ${INSTALL_DATA} ${PREFIX}/etc/modlogan/modlogan.${i}-dist ${PREFIX}/etc/modlogan/modlogan.${i} .endfor diff --git a/textproc/modlogan/pkg-plist b/textproc/modlogan/pkg-plist index 9f0dfff78ca0..02eb0f99d60c 100644 --- a/textproc/modlogan/pkg-plist +++ b/textproc/modlogan/pkg-plist @@ -83,15 +83,3 @@ share/locale/it/LC_MESSAGES/modlogan.mo share/locale/pl/LC_MESSAGES/modlogan.mo @dirrm share/doc/modlogan @dirrm share/examples/modlogan -@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/cs 2>/dev/null || true -@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/de 2>/dev/null || true -@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/fr 2>/dev/null || true -@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/es 2>/dev/null || true -@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/it 2>/dev/null || true -@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/pl 2>/dev/null || true -- cgit v1.2.3