diff options
author | hubertf <hubertf> | 2000-08-18 20:37:28 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-18 20:37:28 +0000 |
commit | 58a3c6dfd03aa51169a3900ad1be984fac8a7854 (patch) | |
tree | 30bb692275b79b25d20d3d72021a5be6eaab9420 /mail | |
parent | 62e904f7ef9a6d280d6d6542032279bf457307d4 (diff) | |
download | pkgsrc-58a3c6dfd03aa51169a3900ad1be984fac8a7854.tar.gz |
Install 'license' file, so that we can distribute binaries
(which require the license to be included)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qpopper/Makefile | 17 | ||||
-rw-r--r-- | mail/qpopper/pkg/PLIST | 3 |
2 files changed, 8 insertions, 12 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index b78d32af769..8670c097e00 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/01/09 01:28:34 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2000/08/18 20:37:28 hubertf Exp $ # DISTNAME= qpopper2.53 @@ -10,8 +10,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= mellon@fugue.com HOMEPAGE= http://eudora.qualcomm.com/freeware/qpop.html -MIRROR_DISTFILE= no - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec \ --sysconfdir=${PREFIX}/etc --enable-apop \ @@ -38,13 +36,10 @@ CONFIGURE_ENV+= O_DEFS="${O_DEFS}" CFLAGS="-DINET6" # popper makefile doesn't have an install target... do-install: (cd ${WRKSRC}; \ - ${INSTALL} -o ${BINOWN} -c -g ${BINGRP} -m ${BINMODE} popper \ - ${LOCALBASE}/libexec/qpopper; \ - ${INSTALL} -o root -c -g ${BINGRP} -m 4755 popauth \ - ${LOCALBASE}/bin/qpopauth; \ - ${INSTALL} -o ${MANOWN} -c -g ${MANGRP} -m ${MANMODE} popper.8 \ - ${LOCALBASE}/man/man8/qpopper.8; \ - ${INSTALL} -o ${MANOWN} -c -g ${MANGRP} -m ${MANMODE} popauth.8 \ - ${LOCALBASE}/man/man8/qpopauth.8 ) + ${INSTALL_PROGRAM} popper ${PREFIX}/libexec/qpopper; \ + ${INSTALL_MAN} popper.8 ${PREFIX}/man/man8/qpopper.8; \ + ${INSTALL_MAN} popauth.8 ${PREFIX}/man/man8/qpopauth.8 ; \ + ${INSTALL_MAN} License ${PREFIX}/share/doc/qpopper.License \ + ) .include "../../mk/bsd.pkg.mk" diff --git a/mail/qpopper/pkg/PLIST b/mail/qpopper/pkg/PLIST index d1b9a0923c4..afc0f99f10b 100644 --- a/mail/qpopper/pkg/PLIST +++ b/mail/qpopper/pkg/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 1998/09/08 22:16:29 tron Exp $ +@comment $NetBSD: PLIST,v 1.5 2000/08/18 20:37:28 hubertf Exp $ libexec/qpopper bin/qpopauth man/man8/qpopper.8 man/man8/qpopauth.8 +share/doc/qpopper.License |