diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-18 23:09:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-18 23:09:07 +0000 |
commit | 2ed39f40cb41cc6764c2c921693386154414cc88 (patch) | |
tree | ad7c39da51b49efe798d391589a3e0dbdee5aa47 /emulators | |
parent | 8f0494917658b439b8e8ecae0f6b71c1defa141f (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/open-vm-tools-nox11/Makefile | 6 | ||||
-rw-r--r-- | emulators/open-vm-tools/Makefile | 8 | ||||
-rw-r--r-- | emulators/xcpc/Makefile | 8 |
3 files changed, 5 insertions, 17 deletions
diff --git a/emulators/open-vm-tools-nox11/Makefile b/emulators/open-vm-tools-nox11/Makefile index a58d64f70487..0332a1c08354 100644 --- a/emulators/open-vm-tools-nox11/Makefile +++ b/emulators/open-vm-tools-nox11/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: open-vm-tools-nox11 -# Date created: 16 Mai 2008 -# Whom: Martin Blapp <mb@FreeBSD.org> -# +# Created by: Martin Blapp <mb@FreeBSD.org> # $FreeBSD$ -# MASTERDIR= ${.CURDIR}/../open-vm-tools WITHOUT_X11= yes diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 0e884b436141..7acad9852c43 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: open-vm-tools for FreeBSD -# Date created: 28 Mar 2008 -# Whom: mbr@FreeBSD.org -# +# Created by: mbr@FreeBSD.org # $FreeBSD$ -# PORTNAME= open-vm-tools PORTVERSION= ${BUILD_VER} -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= emulators kld MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/stable-8.6.x diff --git a/emulators/xcpc/Makefile b/emulators/xcpc/Makefile index 943f43e6a4b9..a2d8dea6bdef 100644 --- a/emulators/xcpc/Makefile +++ b/emulators/xcpc/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: cpmtools -# Date created: 31 January 2008 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= xcpc PORTVERSION= 20070122 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |