diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-05 04:20:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-05 04:20:23 +0000 |
commit | ab4c4c313531b670e303d74fa78917b501e7456a (patch) | |
tree | 21b07dc1ffabcf581e94b9f42c31bcbfb902461a /misc/Makefile | |
parent | original distribution updated to 1.56. (diff) |
(1) Move the following ports out of x11/:
kdegames -> games/
kdenetwork -> net/
kdesupport -> converters/
kdeutils -> misc/
(Repository copy already done, dependency path and category name fixups
is being done in this commit.)
(2) Add a virtual category "kde" and add all six (incl. x11/kde{base,lib})
ports.
(3) Make package names follow the convention.
(4) Change "BUILD_DEPENDS=${X11R6}/bin/moc:..." to "...=moc:...".
There is no need to specify the full pathname if the target is an
executable in the standard path. (Actually, as the same port is
specified in LIB_DEPENDS, I think we can completely do away with
this line but since Stefan added this explicitly, I assume there
is a reason for it and left it alone.)
Approved by: se (all but 4)
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index dbbc1ead3c57..e76fb10b83d1 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.116 1997/10/11 04:14:17 obrien Exp $ +# $Id: Makefile,v 1.117 1997/10/13 04:41:07 max Exp $ # SUBDIR += amanda @@ -20,6 +20,7 @@ SUBDIR += gnuls SUBDIR += ical SUBDIR += jive + SUBDIR += kdeutils SUBDIR += kp SUBDIR += less SUBDIR += lile |