summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-08523-653/+651
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Remove extra "pkg/".Satoshi Asami2000-10-081-8/+8
| | | | Notes: svn path=/head/; revision=33575
* Oops, remove extra "pkg/".Satoshi Asami2000-10-081-2/+2
| | | | Notes: svn path=/head/; revision=33574
* ${MASTERDIR}/pkg/MESSAGE -> ${PKGMESSAGE} (well, here's the second one...)Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33573
* ${MASTERDIR}/pkg/MESSAGE -> ${PKGMESSAGE} (now that's a new one!)Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33572
* Adjust to lang/tcl* install/deinstall script paths.Satoshi Asami2000-10-084-9/+9
| | | | Notes: svn path=/head/; revision=33571
* Adjust to x11-toolkits/tk* install/deinstall script paths.Satoshi Asami2000-10-081-2/+2
| | | | Notes: svn path=/head/; revision=33570
* ${PKGDIR}/INSTALL -> ${PKGINSTALL}. I'm also giving it PRE-INSTALL asSatoshi Asami2000-10-083-4/+4
| | | | | | | the second argument. Notes: svn path=/head/; revision=33569
* ${PKGDIR}/INSTALL -> ${PKGINSTALL}. It isn't checking the argumentsSatoshi Asami2000-10-082-2/+2
| | | | | | | anyway but I'm giving it the requisite two arguments. Notes: svn path=/head/; revision=33568
* ${PKGDIR}/REQ -> ${PKGREQ}. Also, give it two arguments.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33567
* ${PKGDIR}/INSTALL -> ${PKGINSTALL}. ${PKGINSTALL} is called withoutSatoshi Asami2000-10-083-3/+3
| | | | | | | | any arguments but I'm not sure what I should give it (it's called from pre-configure!) so I'll leave it alone. Notes: svn path=/head/; revision=33566
* Use variables for ${PKGDIR}/{INSTALL,MESSAGE}. ${PKGINSTALL} isSatoshi Asami2000-10-081-3/+3
| | | | | | | | called twice without any arguments but I'm not sure what I should give it (it's once called from do-configure!) so I'll leave it alone. Notes: svn path=/head/; revision=33565
* ${PKGDIR}/INSTALL -> ${PKGINSTALL}. Also, give the requisite twoSatoshi Asami2000-10-081-1/+1
| | | | | | | | | arguments to ${PKGINSTALL}. (I suspect this install script actually working without the second argument is because of this Makefile, but I won't touch the script itself.) Notes: svn path=/head/; revision=33564
* Rename pkg/{COMMENT,DESCR} to pkg-{comment,descr}. Take outSatoshi Asami2000-10-081-3/+2
| | | | | | | PKGDIR=${MASTERDIR} definition, which is the default. Notes: svn path=/head/; revision=33563
* Forgot to change one PLIST to pkg-plist.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33562
* Change PKGDIR from ${.CURDIR}/pkg to ${.CURDIR}. RemoveSatoshi Asami2000-10-081-2/+1
| | | | | | | PKGMESSAGE=${PKGDIR}/MESSAGE definition, that is the default. Notes: svn path=/head/; revision=33561
* Rename PLIST -> pkg-plist. I don't know why there are two variablesSatoshi Asami2000-10-081-1/+1
| | | | | | | | (PLIST and PLIST_SRC) that points to the same file (${WRKDIR}/PLIST) but I didn't touch that. Notes: svn path=/head/; revision=33560
* Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ toSatoshi Asami2000-10-0822-35/+35
| | | | | | | .) and other pkg variables if they are nearby. Notes: svn path=/head/; revision=33559
* Remove "PATCHDIR=", that won't accomplish anything.Satoshi Asami2000-10-081-1/+0
| | | | Notes: svn path=/head/; revision=33558
* (This log was supposed to go with www/w3m/pkg/PLIST.ja.)Satoshi Asami2000-10-082-2/+2
| | | | | | | Rename PLIST.ja to pkg-plist.ja. Notes: svn path=/head/; revision=33557
* Rename PLIST.docs to pkg-plist.docs.Satoshi Asami2000-10-081-2/+2
| | | | Notes: svn path=/head/; revision=33556
* Rename PLIST.nodocs to pkg-plist.nodocs.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33555
* Rename PLIST.alpha to pkg-plist.alpha.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33554
* Rename PLIST.alpha to pkg-plist.alpha. (By the way, PLIST.pc98 is inSatoshi Asami2000-10-081-2/+2
| | | | | | | the Makefile but doesn't exist.) Notes: svn path=/head/; revision=33553
* Rename PLIST.nosound to pkg-plist.nosound.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33552
* Rename PLIST.* to pkg-plist.*.Satoshi Asami2000-10-081-2/+2
| | | | Notes: svn path=/head/; revision=33551
* Rename REQ.aout to pkg-req.aout.Satoshi Asami2000-10-082-2/+2
| | | | Notes: svn path=/head/; revision=33550
* Rename PLIST.python1.5 to pkg-plist.python1.5.Satoshi Asami2000-10-081-2/+2
| | | | Notes: svn path=/head/; revision=33549
* Rename PLIST.<LANG> to pkg-plist.<lang>.Satoshi Asami2000-10-081-8/+8
| | | | Notes: svn path=/head/; revision=33548
* Rename PLIST.nobuild to pkg-plist.nobuild.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33547
* Rename PLIST.doc to pkg-plist.doc.Satoshi Asami2000-10-082-2/+2
| | | | Notes: svn path=/head/; revision=33546
* Rename PLIST.X11 to pkg-plist.x11.Satoshi Asami2000-10-081-2/+1
| | | | Notes: svn path=/head/; revision=33545
* Rename PLIST.{CGI,DOC} to pkg-plist.{cgi,doc}.Satoshi Asami2000-10-082-6/+6
| | | | Notes: svn path=/head/; revision=33544
* Rename PLIST.noshared to pkg-plist.noshared.Satoshi Asami2000-10-082-2/+2
| | | | Notes: svn path=/head/; revision=33543
* Rename PLIST.{KRB4,X11} to pkg-plist.{krb4,x11}.Satoshi Asami2000-10-081-3/+3
| | | | Notes: svn path=/head/; revision=33542
* Rename PLIST.v6 to pkg-plist.v6. (I can't think of a reason why thereSatoshi Asami2000-10-083-6/+3
| | | | | | | | | are two commands "cat >" and "cat >>" when they both take one argument so I combined them together so they can do what the "cat" command's name came from.) Notes: svn path=/head/; revision=33541
* Rename PLIST.<emacs> to pkg-plist.<emacs>.Satoshi Asami2000-10-081-4/+4
| | | | Notes: svn path=/head/; revision=33540
* Rename PLIST.4 to pkg-plist.4.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33539
* Rename ${RESOLUTION}.list to pkg-plist.${RESOLUTION}.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33538
* Rename PLIST.DOC to pkg-plist.DOC.Satoshi Asami2000-10-081-2/+2
| | | | Notes: svn path=/head/; revision=33537
* Rename PLIST.nodocs to pkg-plist.nodocs.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33536
* Rename PLIST.off to pkg-plist.off.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33535
* Rename PLIST.* to pkg-plist.*.Satoshi Asami2000-10-081-3/+3
| | | | Notes: svn path=/head/; revision=33534
* Rename {INSTALL,DEINSTALL}.wish to pkg-{install,deinstall}.wish.Satoshi Asami2000-10-085-10/+10
| | | | Notes: svn path=/head/; revision=33533
* Rename {INSTALL,DEINSTALL}.tclsh to pkg-{install,deinstall}.tclsh.Satoshi Asami2000-10-085-10/+10
| | | | Notes: svn path=/head/; revision=33532
* Rename PLIST.${EMACS_PORT_NAME} to pkg-plist.${EMACS_PORT_NAME}.Satoshi Asami2000-10-082-4/+4
| | | | Notes: svn path=/head/; revision=33531
* Rename PLIST_* to pkg-plist_*.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33530
* Rename PLIST.with_patented to pkg-plist.with_patented.Satoshi Asami2000-10-083-3/+3
| | | | Notes: svn path=/head/; revision=33529
* Rename PLIST.nodocs to pkg-plist.nodocs.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33528
* Rename PLIST.* to pkg-plist.*.Satoshi Asami2000-10-082-7/+7
| | | | | | | | | Note: I don't know where PLIST_TK (which I assume used to point to "PLIST.tk") is defined. (There is no Makefile in the entire ports tree that defines that variable.) Someone in the know, please let me know. Notes: svn path=/head/; revision=33527