summaryrefslogtreecommitdiff
path: root/editors/ne/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-5/+8
their files via a custom do-install target.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
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-06-16Create directories before installing files into them.jlam1-1/+3
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-11-25Changes 1.31:adam1-12/+7
* Unknown
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
1999-11-22Define the DIST_SUBDIR to be ${PKGNAME}, rather than straight "ne".agc1-2/+2
This means that there will be no problems with checksums on the distribution files when the package is upgraded.
1999-11-12This package has been updated on the master site, so upgrade theagc1-2/+2
package to version 1.26 (14th July 1999) Changes since previous version: + The cl command may now take a hexadecimal string as its (optional) argument, for example cl x/0d/. + updated NetBSD support in base package.
1998-11-12Fix some more pkglint nits.frueauf1-2/+3
1998-08-14New "ne" package created Ben Harris:tron1-0/+28
A re-write of Phoenix E. A sensible light-weight editor.