summaryrefslogtreecommitdiff
path: root/textproc/modlogan
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2002-03-21 16:51:04 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2002-03-21 16:51:04 +0000
commit117701e45dcf000aaf3b684ba9ce0a203276870b (patch)
tree72a09ed07fa3a64a421184a1c8a2b35d8826dec4 /textproc/modlogan
parentFix dynamic linkage. Also provide for the case where ${KRB5_HOME} != (diff)
- 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
Notes
Notes: svn path=/head/; revision=56424
Diffstat (limited to 'textproc/modlogan')
-rw-r--r--textproc/modlogan/Makefile6
-rw-r--r--textproc/modlogan/pkg-plist12
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