summaryrefslogtreecommitdiff
path: root/net/userppp/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-31Make this actually install if "USERPPP_GROUP" is defined to a value othertron1-1/+2
than "network".
2004-12-04USE_BUILDLINK3, and remove -Werror from compiler flags sowiz1-1/+4
this builds on -current.
2004-05-07Reset maintainer to tech-pkg@ (from ad@, since he is not working on themwiz1-2/+2
any longer).
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-3/+3
2003-06-08Update userppp to 001107nb1abs1-1/+4
Fix compilation under gcc3: avoid trigraphs, comparison always true/false, and pass -fno-strict-aliasing
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-08-12Use the standard pkgsrc mechanism for creating the group.agc1-4/+8
2001-03-26Makefile cleanup:zuntum1-9/+9
* run ${SED} once passing two commands instead of running it twice * don't copy $$i to $$i.bak, use $$i.done files instead
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-12-17Get the distfile from a mirror. Addresses pkg/11756.ad1-2/+2
2000-11-08pkglint: don't use "DISTFILES" for a single distribution file.tron1-4/+4
2000-11-08Mark this package as NetBSD only.tron1-1/+3
2000-11-08Define "MANCOMPRESSED_IF_MANZ" because the BSD-style makefiles compresstron1-1/+2
manual pages automatically.
2000-11-07- On second thought, put config files in ${PREFIX}/etc/ppp.ad1-1/+9
- Update man page references to match file locations.
2000-11-07Initial import of userppp-001107, the userland PPP package as found inad1-0/+17
FreeBSD and OpenBSD.