mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Remove "BROKEN" from the Makefile. Patch patch-ad fixes the problem.
Comment: Don't install files into user's homedirectory any more Obtained from: the maintainer (me@freebsd.org)
This commit is contained in:
parent
957b596979
commit
a920765e6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17466
@ -3,7 +3,7 @@
|
||||
# Date created: 3 October 1994
|
||||
# Whom: Michael Elbel (me)
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1998/09/16 02:25:00 steve Exp $
|
||||
# $Id: Makefile,v 1.10 1998/11/08 16:32:07 fenner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Seyon-2.14b
|
||||
@ -16,7 +16,6 @@ MAINTAINER= me@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/seyon
|
||||
USE_IMAKE= yes
|
||||
BROKEN= Installs file in \$${HOME}/.seyon
|
||||
|
||||
MAN1= seyon.1
|
||||
|
||||
|
15
comms/seyon/files/patch-ad
Normal file
15
comms/seyon/files/patch-ad
Normal file
@ -0,0 +1,15 @@
|
||||
--- Imakefile.orig Mon Mar 29 13:40:32 1999
|
||||
+++ Imakefile Mon Mar 29 13:40:41 1999
|
||||
@@ -46,13 +46,6 @@
|
||||
InstallAppDefaultsLong(Seyon-co,Seyon-color)
|
||||
InstallNonExecFile(seyon.help,$(LIBDIR))
|
||||
|
||||
-install::
|
||||
- @if [ ! -d $(HOME)/.seyon ]; then mkdir $(HOME)/.seyon; fi; \
|
||||
- echo "=== Copying example files (no overwrite) to $(HOME)/.seyon ..."; \
|
||||
- for i in phonelist protocols startup script.*; do \
|
||||
- if [ ! -f $(HOME)/.seyon/$$i ]; then cp $$i $(HOME)/.seyon; fi;\
|
||||
- done;
|
||||
-
|
||||
clean::
|
||||
rm -f version.h y.tab.* SeParse.c
|
Loading…
Reference in New Issue
Block a user