diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /editors/nedit | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.zst freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.zip |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Diffstat (limited to 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 3 | ||||
-rw-r--r-- | editors/nedit/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index a511cde63333..6fa4b972f69b 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -4,7 +4,7 @@ # # Whom: Daniel Eischen <deischen@iworks.InterWorks.org> # -# $Id: $ +# $Id: Makefile,v 1.3 1996/10/10 00:33:02 max Exp $ # DISTNAME= nedit-4.0.1 CATEGORIES= editors x11 @@ -21,6 +21,7 @@ USE_X11= yes NO_WRKSUBDIR= yes EXTRACT_BEFORE_ARGS= -C ${WRKDIR} -xf EXTRACT_ONLY= nedit_source.tar +MAN1= nedit.1 nc.1 post-extract: ${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit diff --git a/editors/nedit/pkg-plist b/editors/nedit/pkg-plist index e364238e02d2..6b5c36d123fa 100644 --- a/editors/nedit/pkg-plist +++ b/editors/nedit/pkg-plist @@ -1,5 +1,5 @@ bin/nedit bin/nc -man/man1/nedit.1 -man/man1/nc.1 +man/man1/nedit.1.gz +man/man1/nc.1.gz lib/X11/app-defaults/NEdit |