diff options
author | taca <taca> | 2002-11-23 17:01:20 +0000 |
---|---|---|
committer | taca <taca> | 2002-11-23 17:01:20 +0000 |
commit | 667de5213b756c93926b05ce7a811a7cde563421 (patch) | |
tree | 442030b77030b84a81541b1aed48c9fd572d6717 /mail/qpopper/Makefile | |
parent | 35001465d383382373797349b9f56f7e40dd53fb (diff) | |
download | pkgsrc-667de5213b756c93926b05ce7a811a7cde563421.tar.gz |
Make qpopper build on Solaris.
- Remove extra rule line in install target. (It tried to do make on
password directory.)
- Solaris's /usr/ucb/install dosen't accept number with -g option.
Diffstat (limited to 'mail/qpopper/Makefile')
-rw-r--r-- | mail/qpopper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 9aa87cc0080..09057913307 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2002/09/09 19:25:30 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2002/11/23 17:01:20 taca Exp $ # DISTNAME= qpopper${VERSION} @@ -21,6 +21,7 @@ USE_BUILDLINK2= # defined CONFIGURE_ARGS+= --with-openssl=${SSLBASE} PKG_USERS?= ${QPOPPER_USER} +MAKE_ENV+= BINGRP=${BINGRP} pre-build: ${SED} -e "s|/usr/local/lib|${PREFIX}/libexec|g" \ |