diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-22 14:08:58 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-22 14:08:58 +0000 |
commit | 4939870d111e8c340331994c1e0b8b29f90cfc29 (patch) | |
tree | 515a56660a1c7cc1ebfc77c70b852ec42c3860ae /editors/xenon | |
parent | 27b0083af83590e64f53f703a61b9829b152c0f0 (diff) | |
download | ports-4939870d111e8c340331994c1e0b8b29f90cfc29.tar.gz ports-4939870d111e8c340331994c1e0b8b29f90cfc29.zip |
Notes
Diffstat (limited to 'editors/xenon')
-rw-r--r-- | editors/xenon/Makefile | 3 | ||||
-rw-r--r-- | editors/xenon/files/patch-ab | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/editors/xenon/Makefile b/editors/xenon/Makefile index b203eaeafd2a..73cf044d0b9b 100644 --- a/editors/xenon/Makefile +++ b/editors/xenon/Makefile @@ -10,12 +10,11 @@ DISTNAME= xenon-0.6.6 CATEGORIES= editors MASTER_SITES= ftp://ftp.proximity.com.au/pub/xenon/ -MAINTAINER= jedgar@fxp.org +MAINTAINER= jedgar@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_X_PREFIX= yes -USE_GMAKE= yes MAN1= xe.1 diff --git a/editors/xenon/files/patch-ab b/editors/xenon/files/patch-ab index 9769c3c94e3a..792da1c49dc3 100644 --- a/editors/xenon/files/patch-ab +++ b/editors/xenon/files/patch-ab @@ -23,3 +23,8 @@ LIBS = -L/usr/X11R6/lib -lXpm -lX11 backup: +@@ -29,4 +29,3 @@ + floppy: + cd ..;tar -cvzf /dev/fd0 $(BACKUP) + +--include $(DEPEND) |