diff options
-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) |