summaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-08-18 20:37:28 +0000
committerhubertf <hubertf@pkgsrc.org>2000-08-18 20:37:28 +0000
commite6b475259d53e3d81e6a2f0c4520e610b4ce2686 (patch)
tree30bb692275b79b25d20d3d72021a5be6eaab9420 /mail/qpopper
parentb682f4d953ce06f91f20f555db3393f4ca15754b (diff)
downloadpkgsrc-e6b475259d53e3d81e6a2f0c4520e610b4ce2686.tar.gz
Install 'license' file, so that we can distribute binaries
(which require the license to be included)
Diffstat (limited to 'mail/qpopper')
-rw-r--r--mail/qpopper/Makefile17
-rw-r--r--mail/qpopper/pkg/PLIST3
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