Satoshi Asami
2af857df77
Convert to PORTNAME/PORTVERSION.
2000-04-13 06:40:05 +00:00
Satoshi Asami
770d9a7020
Typo (PKGNAME -> PORTNAME).
2000-04-13 06:35:36 +00:00
David E. O'Brien
5fc663a1ad
PORTNAME / PORTVERSION syntax conversion
2000-04-13 06:28:28 +00:00
Satoshi Asami
04bbceac87
Convert this to PORTNAME/PORTVERSION. Don't know why it wasn't converted
...
along with the rest of (Houston) astro's.
2000-04-13 06:22:01 +00:00
Satoshi Asami
5a72ee1e37
Typo (PKGNAME -> PORTNAME). Also use PKGNAMEPREFIX=p5- instead of defining
...
DISTNAME=${PORTNAME}-${PORTVERSION}.
2000-04-13 06:20:09 +00:00
Satoshi Asami
0f2d08baa3
Typo (pAPERSIZE -> PAPERSIZE). This is an area unrelated to the
...
PORTNAME/PORTVERSION change, cpiazza must have accidentally hit a
"~" in his vi or something. :>
I have a hunch that the "?=" in PORTNAME and PORTVERSION can be
changed to "=" too but I'll leave those for now.
2000-04-13 06:09:03 +00:00
Satoshi Asami
666d7cbb9a
Don't need PORTNAME and PORTVERSION here -- they will be picked up
...
from the master port (misc/magicpoint) and PKGNAMEPREFIX from
../Makefile.inc.
2000-04-13 03:08:01 +00:00
Michael Haro
0b7b87e184
fix typo
2000-04-12 16:16:27 +00:00
Akinori MUSHA
6ad3d48b8d
Remove unnecessary PKGNAME which is obsoleted by PKGNAMEPREFIX.
...
And remove the `Version required' line as well.
2000-04-12 14:46:54 +00:00
Akinori MUSHA
8e270816f9
Update the japanese/[o-t]* ports with the new
...
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
2000-04-12 14:38:12 +00:00
Akinori MUSHA
a989b83d88
Use ${DISTFILES:Npattern} in EXTRACT_ONLY as a cosmetic change.
2000-04-12 14:31:35 +00:00
Satoshi Asami
cdd232678c
Typo (PORTVESION -> PORTVERSION).
2000-04-12 11:19:03 +00:00
Satoshi Asami
d30ff23186
Change a couple of "make"s to "cd ${.CURDIR} && make"s, otherwise you
...
will get "make: don't know how to make /usr/ports/INDEX. Stop" type of
weird errors when /usr/obj${.CURDIR} exists.
2000-04-12 11:06:35 +00:00
David E. O'Brien
19a18df8d0
Convert to the PORTNAME - PORTVERSION syntax.
2000-04-12 06:28:35 +00:00
David E. O'Brien
5cd5b258b5
Convert to the PORTNAME - PORTVERSION syntax.
2000-04-12 06:21:15 +00:00
Michael Haro
343c80d542
PORTNAME/PORTVERSION stuff
2000-04-12 05:31:29 +00:00
Michael Haro
b7f08d10c0
PORTNAME/VERSION stuff
2000-04-12 04:56:17 +00:00
Satoshi Asami
5e49915a14
(1) Include ${.CURDIR}/../Makefile.inc before ${MASTERDIR}/../Makefile.inc
...
if ${.CURDIR} != ${MASTERDIR} (i.e., this is a slave port).
Suggested by: knu
(2) Move PKGNAME/DISTNAME definition into the pre.mk section so it can
be used in ports' Makefiles.
2000-04-11 21:38:02 +00:00
Michael Haro
ed33fb7de0
PORTNAME/PORTVERSION update
2000-04-11 21:30:15 +00:00
Chris Piazza
cd551d001a
Fix
...
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-04-11 21:21:21 +00:00
Chris Piazza
6406460136
Fix typo
2000-04-11 21:18:25 +00:00
Akinori MUSHA
edcf8b3594
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
...
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00
Akinori MUSHA
7b4b0c4f33
Fix wrong PORTNAME/PORTVERSION and use PKGNAMESUFFIX.
...
PR: ports/17925
2000-04-11 12:48:47 +00:00
Satoshi Asami
935136d047
Set PKGNAMEPREFIX with ?= so it can be overridden.
2000-04-11 06:59:27 +00:00
Akinori MUSHA
b8541018d5
Use PKGNAMEPREFIX/PKGNAMESUFFIX.
2000-04-11 04:49:08 +00:00
Chris Piazza
4e55c2c423
Accidentally undefined DISTFILES which made WRKSRC
...
bogus.
Noticed by: "Matt M." <matt@boda.virtualave.net>
2000-04-10 20:08:20 +00:00
Chris Piazza
dbdc33e040
Fix typo
...
PR: 17908
Submitted by: Dmitry Sivachenko <dima@Chg.RU>
2000-04-10 19:54:52 +00:00
Chris Piazza
500b47f7ae
Update with the new PORTNAME/PORTVERSION variables
2000-04-10 19:50:46 +00:00
Chris Piazza
0e204bbcc7
Fix typo
...
Submitted by: "Gary D. Margiotta" <gary@tbe.net>
2000-04-10 19:26:55 +00:00
Satoshi Asami
d73baabd78
Add PKGNAMEPREFIX definitions for language-specific dirs.
2000-04-10 16:34:45 +00:00
Satoshi Asami
6f3eb469e1
Typo fix (two of them in the same line!).
...
Reported by: fenner's distfile survey error mail
2000-04-10 13:58:33 +00:00
Satoshi Asami
7d2acfd09e
Add PKGNAMEPREFIX and PKGNAMESUFFIX - these are to be used in case the
...
package name includes "language specifics" or "compilation options" as
specified in the handbook. PKGNAME is now defined as
${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}.
Suggested by: mharo (prefix), reg (suffix)
Reviewed by: the ports list
2000-04-10 12:31:02 +00:00
Chris Piazza
edd39ece4d
Forgot to remove some variables
...
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-04-10 04:45:18 +00:00
Chris Piazza
f1b93f577c
Forgot to remove some variables
2000-04-10 04:43:51 +00:00
Michael Haro
02eec175d4
fix typo
...
Submitted by: Ben Smithurst / ben@scientia.demon.co.uk
2000-04-10 03:59:12 +00:00
Chris Piazza
458db42f26
Update with the new PORTNAME/PORTVERSION variables
2000-04-10 01:11:24 +00:00
Chris Piazza
dc0a03c770
Update with the new PORTNAME/PORTVERSION variables
2000-04-10 00:53:10 +00:00
Chris Piazza
4b260ce251
Update with the new PORTNAME/PORTVERSION variables
2000-04-10 00:44:43 +00:00
Chris Piazza
b34561d1b8
Update with the new PORTNAME/PORTVERSION variables
2000-04-10 00:33:10 +00:00
Chris Piazza
c3bb46468e
Update with the new PORTNAME/PORTVERSION variables
2000-04-10 00:07:29 +00:00
Chris Piazza
37c0ef8e3b
Update with the new PORTNAME/PORTVERSION variables
2000-04-09 21:54:47 +00:00
Chris Piazza
f7e0269416
Add WWW
2000-04-09 21:45:15 +00:00
Chris Piazza
f9bfad56c5
Update with the new PORTNAME/PORTVERSION variable
2000-04-09 19:09:11 +00:00
Chris Piazza
3df86a88a9
Update with the new PORTNAME/PORTVERSION variables
2000-04-09 18:34:06 +00:00
Chris Piazza
77b92885e2
Proper WWW syntax
2000-04-09 18:20:32 +00:00
Chris Piazza
feb7a34b04
Add WWW
2000-04-09 18:16:18 +00:00
Chris Piazza
93a61d6874
Update with the new PORTNAME/PORTVERSION variables
2000-04-09 18:14:07 +00:00
Chris Piazza
e062d3845f
Accidental whitespace
2000-04-09 17:50:59 +00:00
Chris Piazza
d38f7d91c8
Update with the new PORTNAME/PORTVERSION variables
2000-04-09 17:41:40 +00:00
Chris Piazza
f39d3f29e6
Update with the new PORTNAME/PORTVERSION variables
2000-04-09 17:33:32 +00:00