diff options
author | asami <asami@FreeBSD.org> | 1996-06-12 05:55:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-06-12 05:55:48 +0800 |
commit | 1e96dcabbd34f202e44d6827acffc4fed60434c1 (patch) | |
tree | 7a0512061ebaac5f589d9e1ae9559cfb3cf765e5 /editors | |
parent | 68e373c1e2e2c3eb31ffcfdfe4d877a3cb770533 (diff) | |
download | freebsd-ports-gnome-1e96dcabbd34f202e44d6827acffc4fed60434c1.tar.gz freebsd-ports-gnome-1e96dcabbd34f202e44d6827acffc4fed60434c1.tar.zst freebsd-ports-gnome-1e96dcabbd34f202e44d6827acffc4fed60434c1.zip |
Remove NO_PACKAGE, since this is what the source says:
===
JOE is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 1, or (at your option) any later version.
=== ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Since it's not (only) under GPL1, there shouldn't be any problem
with us distributing it in any medium.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/joe-devel/Makefile | 10 | ||||
-rw-r--r-- | editors/joe/Makefile | 10 | ||||
-rw-r--r-- | editors/joe2/Makefile | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/editors/joe-devel/Makefile b/editors/joe-devel/Makefile index c23c8ed480f9..94428e4f6e5a 100644 --- a/editors/joe-devel/Makefile +++ b/editors/joe-devel/Makefile @@ -3,21 +3,21 @@ # Date created: 01 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/07/05 15:08:49 torstenb Exp $ # DISTNAME= joe2.8 +PKGNAME= joe-2.8 CATEGORIES= editors MASTER_SITES= ftp://ftp.std.com/src/editors/ EXTRACT_SUFX= .tar.Z + WRKSRC= ${WRKDIR}/joe ALL_TARGET= joe - -# Restrictive copyright (GNU general public licence, Vers. 1) -NO_PACKAGE= yes - post-install: +.if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man1/joe.1 +.endif .include <bsd.port.mk> diff --git a/editors/joe/Makefile b/editors/joe/Makefile index c23c8ed480f9..94428e4f6e5a 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -3,21 +3,21 @@ # Date created: 01 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/07/05 15:08:49 torstenb Exp $ # DISTNAME= joe2.8 +PKGNAME= joe-2.8 CATEGORIES= editors MASTER_SITES= ftp://ftp.std.com/src/editors/ EXTRACT_SUFX= .tar.Z + WRKSRC= ${WRKDIR}/joe ALL_TARGET= joe - -# Restrictive copyright (GNU general public licence, Vers. 1) -NO_PACKAGE= yes - post-install: +.if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man1/joe.1 +.endif .include <bsd.port.mk> diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile index c23c8ed480f9..94428e4f6e5a 100644 --- a/editors/joe2/Makefile +++ b/editors/joe2/Makefile @@ -3,21 +3,21 @@ # Date created: 01 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/07/05 15:08:49 torstenb Exp $ # DISTNAME= joe2.8 +PKGNAME= joe-2.8 CATEGORIES= editors MASTER_SITES= ftp://ftp.std.com/src/editors/ EXTRACT_SUFX= .tar.Z + WRKSRC= ${WRKDIR}/joe ALL_TARGET= joe - -# Restrictive copyright (GNU general public licence, Vers. 1) -NO_PACKAGE= yes - post-install: +.if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man1/joe.1 +.endif .include <bsd.port.mk> |