summaryrefslogtreecommitdiff
path: root/editors/mule/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-9/+1
2006-03-31* Remove *.orig files prior to installation so that they aren't installedjlam1-4/+23
during the install phase. * Remove *.orig entries from the PLIST. * Move info file entries to the PLIST. Bump PKGREVISION to 4 for PLIST changes.
2006-01-04Make this compile on DragonFly in the hope that also means that it isjoerg1-18/+18
as usable as Emacs can be. Fix errno. Use ${LOWER_OPSYS} instead of hard-coded OS name and pass the pass to canna lib to configure. The first fixes !NetBSD, the latter triggers addition of rpath entries for libcanna.
2005-12-01Replace superfluous exec/unexec pair with an additional PLIST entry.wiz1-3/+2
2004-02-16Add missing entries in INFO_FILES.seb1-66/+1
Remove info files entries from PLIST.
2003-06-30Convert to USE_NEW_TEXINFO.seb1-46/+2
Register all info files. A '@unexec...${MKDIR}' looked like a thinko, should have been '@unexec...${RMDIR}'. Anyway rewrote into the usual idiom. XXX Too much unusual '@.*exec' in there IMHO. To be removed in a future rototil.
2002-02-18Introduce new framework for handling info files generation and installation.seb1-45/+45
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-15mkdir -> ${MKDIR}skrll1-3/+3
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-13mkdir -> ${MKDIR}skrll1-5/+5
chmod -> ${CHMOD}
2001-10-31Move pkg/ files into package's toplevel directoryzuntum1-0/+1037