aboutsummaryrefslogtreecommitdiff
path: root/sysutils/unieject
Commit message (Collapse)AuthorAgeFilesLines
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - A bunch of trivial fixesAndrew Pantyukhin2006-11-031-0/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=176306
* - Fix plistAndrew Pantyukhin2006-10-192-0/+3
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175419
* - Fix configure by avoiding calls to pkg-configAndrew Pantyukhin2006-10-131-7/+3
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175247
* Schedule these broken ports for termination on 2006-12-01Kris Kennaway2006-09-021-0/+2
| | | | Notes: svn path=/head/; revision=171889
* BROKEN: Configure failsKris Kennaway2006-08-171-0/+2
| | | | Notes: svn path=/head/; revision=170906
* - Avoid a call to "pkgconfig libconfuse"Andrew Pantyukhin2006-08-051-0/+2
| | | | | | | Reported by: pointyhat via erwin Notes: svn path=/head/; revision=169740
* - Provide additional mirrors where neededAndrew Pantyukhin2006-07-301-3/+1
| | | | | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes Notes: svn path=/head/; revision=169159
* Add port sysutils/unieject:Andrew Pantyukhin2006-07-234-0/+69
Unieject is a drop-in replacement for usual eject command, which works on Linux and FreeBSD. It has more functionalities than FreeBSD's eject command, and it's partially compatible with Linux's one. It also features a library to access functions to lookup devices and mountpoints, unmount and eject devices. WWW: http://flameeyes.is-a-geek.org/projects#unieject Notes: svn path=/head/; revision=168555