mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
PKGNAME has to be defined BEFORE including bsd.port.mk, to make
Latest/* symbolic links.
This commit is contained in:
parent
26d8503878
commit
5ae86caca3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9773
@ -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
|
||||
|
@ -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
|
||||
|
@ -3,11 +3,11 @@
|
||||
# Date created: 17 October 1997
|
||||
# Whom: itojun@itojun.org
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1998/02/03 12:45:43 itojun Exp $
|
||||
# $Id: Makefile,v 1.9 1998/02/13 02:48:12 itojun Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ewipe0.7.0
|
||||
PKGNAME= ewipe-0.7.0
|
||||
PKGNAME?= ewipe-0.7.0
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://al.ei.tuat.ac.jp/~sekisita/ewipe/
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: magicpoint
|
||||
# Version required: 1.02a
|
||||
# Date created: 24 December 1997
|
||||
# Whom: itojun@itojun.org
|
||||
# New ports collection makefile for: magicpoint
|
||||
# Version required: 1.02a
|
||||
# Date created: 24 December 1997
|
||||
# Whom: itojun@itojun.org
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1998/01/17 15:09:15 itojun Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mgp-1.02a
|
||||
PKGNAME= magicpoint-1.02a
|
||||
PKGNAME?= magicpoint-1.02a
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user