diff options
author | netchild <netchild@FreeBSD.org> | 2002-03-22 00:51:04 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-03-22 00:51:04 +0800 |
commit | 5f516282595f56dd29bda3e01d61a8c6db9b9c86 (patch) | |
tree | 985249d869acf5f22b01c6201ed9b31c0f1df081 /textproc | |
parent | 5d31db05a22d5427af7910dca5e4dc49c6c74076 (diff) | |
download | freebsd-ports-gnome-5f516282595f56dd29bda3e01d61a8c6db9b9c86.tar.gz freebsd-ports-gnome-5f516282595f56dd29bda3e01d61a8c6db9b9c86.tar.zst freebsd-ports-gnome-5f516282595f56dd29bda3e01d61a8c6db9b9c86.zip |
- use my @FreeBSD.org address
- catchup with the "${MACHINE_ARCH}--freebsd${OSREL}" ->
"${MACHINE_ARCH}-portbld-freebsd${OSREL}" change in bsd.port.mk
Noticed and tested by: Dennis Kjær Jensen <signout@signout.dk>
- remove LC_MESSAGES handling from plist, gettext handles it already
Suggested by: sobomax
Approved by: joerg
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/modlogan/Makefile | 6 | ||||
-rw-r--r-- | textproc/modlogan/pkg-plist | 12 |
2 files changed, 3 insertions, 15 deletions
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 |