diff options
author | itojun <itojun@FreeBSD.org> | 1998-02-17 20:58:54 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-02-17 20:58:54 +0800 |
commit | 1fd4fd115a0a4562c5c8f4ffc445e57360c86aef (patch) | |
tree | ed8bab9a0de4854348ae0c7ca33d4bd27a5ffd9a /japanese | |
parent | 02c62c03ef0380cc18179be6a99ae19f1a87c5ca (diff) | |
download | freebsd-ports-gnome-1fd4fd115a0a4562c5c8f4ffc445e57360c86aef.tar.gz freebsd-ports-gnome-1fd4fd115a0a4562c5c8f4ffc445e57360c86aef.tar.zst freebsd-ports-gnome-1fd4fd115a0a4562c5c8f4ffc445e57360c86aef.zip |
PKGNAME has to be defined BEFORE including bsd.port.mk, to make
Latest/* symbolic links.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ewipe/Makefile | 5 | ||||
-rw-r--r-- | japanese/magicpoint/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/japanese/ewipe/Makefile b/japanese/ewipe/Makefile index c276f06aa69a..d1d6579ab79d 100644 --- a/japanese/ewipe/Makefile +++ b/japanese/ewipe/Makefile @@ -3,7 +3,7 @@ # Date created: 17 October 1997 # Whom: itojun@itojun.org # -# $Id: Makefile,v 1.7 1998/02/03 12:46:23 itojun Exp $ +# $Id: Makefile,v 1.8 1998/02/13 02:47:38 itojun Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -12,9 +12,10 @@ PATCHDIR= ${.CURDIR}/../../misc/ewipe/patches PKGDIR= ${.CURDIR}/../../misc/ewipe/pkg COMMENT= ${.CURDIR}/pkg/COMMENT +PKGNAME= ja-ewipe-0.7.0 + .include <${.CURDIR}/../../misc/ewipe/Makefile> -PKGNAME= ja-ewipe-0.7.0 CATEGORIES= japanese misc MAINTAINER= itojun@itojun.org diff --git a/japanese/magicpoint/Makefile b/japanese/magicpoint/Makefile index 952653e9b022..1a3051bb5980 100644 --- a/japanese/magicpoint/Makefile +++ b/japanese/magicpoint/Makefile @@ -3,7 +3,7 @@ # Date created: 25 Dec 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/01/17 15:10:42 itojun Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -14,9 +14,10 @@ COMMENT= ${.CURDIR}/pkg/COMMENT LIB_DEPENDS= VFlib:${PORTSDIR}/japanese/vflib +PKGNAME= ja-magicpoint-1.02a + .include <${.CURDIR}/../../misc/magicpoint/Makefile> -PKGNAME= ja-magicpoint-1.02a CATEGORIES= japanese misc MAINTAINER= itojun@itojun.org |