summaryrefslogtreecommitdiff
path: root/shells/standalone-tcsh
AgeCommit message (Collapse)AuthorFilesLines
2004-01-29define PATCHDIR before the inclusion of bsd.prefs.mk. fixes implicitgrant1-3/+2
gpatch build dependency.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2004-01-11move the various static shell packages back to their previous names.grant3-0/+36
2004-01-10rename standalone-tcsh to tcsh-standalone. the convention in pkgsrc isgrant3-36/+0
for mutations of packages to be named <pkg>-<mutation>. add a CONFLICT on standalone-tcsh for obvious reasons.
2003-09-18override PREFIX, not LOCALBASE.grant1-2/+2
noted by abs on tech-pkg@.
2003-05-05Nail down the definitions of ${PKG_INFO} and ${PKG_CREATE} before resettingagc1-2/+7
${LOCALBASE} - makes this package install successfully on systems where the package tools may reside under ${LOCALBASE}. On Solaris, don't set "-static" into LDFLAGS, so that the package builds properly.
2003-05-01Nail down the value of ${PATCH} before changing ${LOCALBASE}, so thatagc1-1/+2
systems which can define ${PATCH} in terms of ${LOCALBASE} (like Solaris) can build this package.
2003-04-04Shorten COMMENTabs1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-11-17Convert packages to PKG_REGISTER_SHELLS framework.salo2-4/+4
2002-10-31Sync with tcsh package. Fixes PR 18861.wiz1-3/+4
2002-07-25PKGNAME is not defined, use DISTNAME.kim1-3/+3
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-23Fix oversights in last commit.tron1-2/+2
2001-09-23Make modifications of "/etc/shells" robust so that they don't fail if thetron1-2/+2
last entry is removed.
2001-08-06Make sure we don't ignore ${LOCALBASE}/bin/tcsh when creating the newagc1-3/+3
/etc/shells entry with grep -v /bin/tcsh - be sure to match the whole line.
2001-07-27Fix a typo in the comment field. I wish I could type properly.agc1-2/+2
2001-07-27Add a standalone version of tcsh, which installs a statically-linkedagc3-0/+29
version of tcsh into /bin, but still using most of the standard tcsh package framework, for ease of maintenance.