diff options
-rw-r--r-- | mail/coolmail/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/coolmail/Makefile b/mail/coolmail/Makefile index d197eb5..f0e6def9 100644 --- a/mail/coolmail/Makefile +++ b/mail/coolmail/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR=system/mail/biffs EXTRACT_SUFX= .tgz -MAINTAINER= ust@cert.siemens.de +MAINTAINER= udo.schweigert@siemens.com COMMENT= A Xbiff like mail tool with animated 3D graphics USE_XLIB= yes @@ -24,7 +24,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/coolmail ${PREFIX}/bin/coolmail ${INSTALL_MAN} ${WRKSRC}/coolmail.man ${PREFIX}/man/man1/coolmail.1 -post-install: - ${STRIP_CMD} ${PREFIX}/bin/coolmail - .include <bsd.port.mk> |