diff options
author | obrien <obrien@FreeBSD.org> | 1998-03-02 09:38:49 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-03-02 09:38:49 +0800 |
commit | 4cbff68e5f4b9bea317f83ba834e7833fb36c76b (patch) | |
tree | d1e0af1587b5c2d98bd9d60432651e61e7916d1d /editors/xemacs20 | |
parent | 1e661cdbafdeedbe4dae8cf874fb58d438583298 (diff) | |
download | freebsd-ports-gnome-4cbff68e5f4b9bea317f83ba834e7833fb36c76b.tar.gz freebsd-ports-gnome-4cbff68e5f4b9bea317f83ba834e7833fb36c76b.tar.zst freebsd-ports-gnome-4cbff68e5f4b9bea317f83ba834e7833fb36c76b.zip |
Xemac's send-pr is causing me too many problems and it's broken anyway,
so totally remove it.
Portlint this baby.
Diffstat (limited to 'editors/xemacs20')
-rw-r--r-- | editors/xemacs20/Makefile | 7 | ||||
-rw-r--r-- | editors/xemacs20/pkg-plist | 1 | ||||
-rw-r--r-- | editors/xemacs20/pkg-plist.mule | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index d2e6cb02b23a..550aa4918428 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.8 1998/02/15 15:43:42 steve Exp $ +# $Id: Makefile,v 1.9 1998/02/16 14:38:26 steve Exp $ # DISTNAME= xemacs-20.3 @@ -39,11 +39,11 @@ MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \ gnuserv.1 xemacs.1 ALL_TARGET= all dist -# Have +# Have pre-configure: @echo "To compile in the MULE features, set the environment variable USE_MULE" .if defined(HAVE_MOTIF) - @echo + @echo "" @echo "If your MOTIF library is actually lesstif, you might occasionally" @echo "experience locked-up frames." @echo "In this case, set the environment variable MOTIF_STATIC and recompile, " @@ -74,5 +74,6 @@ post-install: chmod 1777 /var/run/xemacs/lock chmod 755 ${PREFIX}/lib/xemacs/site-lisp chmod 755 ${PREFIX}/share/emacs/site-lisp + ${RM} -f ${PREFIX}/bin/send-pr .include <bsd.port.mk> diff --git a/editors/xemacs20/pkg-plist b/editors/xemacs20/pkg-plist index efcf7370b856..e4bf85b9ecde 100644 --- a/editors/xemacs20/pkg-plist +++ b/editors/xemacs20/pkg-plist @@ -7,7 +7,6 @@ bin/gnuclient bin/gnudoit bin/pstogif bin/rcs-checkin -bin/send-pr bin/xemacs-20.3 @exec ln -s %D/%F %B/xemacs @unexec rm %B/xemacs diff --git a/editors/xemacs20/pkg-plist.mule b/editors/xemacs20/pkg-plist.mule index 1799bfa6e133..abb44cfcff6d 100644 --- a/editors/xemacs20/pkg-plist.mule +++ b/editors/xemacs20/pkg-plist.mule @@ -7,7 +7,6 @@ bin/gnuclient bin/gnudoit bin/pstogif bin/rcs-checkin -bin/send-pr bin/xemacs-20.3 @exec ln -s %D/%F %B/xemacs @unexec rm %B/xemacs |