diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-03-21 16:51:04 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-03-21 16:51:04 +0000 |
commit | 117701e45dcf000aaf3b684ba9ce0a203276870b (patch) | |
tree | 72a09ed07fa3a64a421184a1c8a2b35d8826dec4 /textproc/modlogan | |
parent | 3324b31e788f557da901fd559c820d65b7bf75b4 (diff) | |
download | ports-117701e45dcf000aaf3b684ba9ce0a203276870b.tar.gz ports-117701e45dcf000aaf3b684ba9ce0a203276870b.zip |
Notes
Diffstat (limited to 'textproc/modlogan')
-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 |