diff options
author | flathill <flathill@FreeBSD.org> | 1999-05-04 23:36:03 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-05-04 23:36:03 +0800 |
commit | 4e323bcdd225351f93c4fbf6745ee2d37ee8a5f6 (patch) | |
tree | 2b5434bec93d8e74692c34480e2dff6e98abbc90 /audio/ascd/files | |
parent | f583ad38fd6ab30dfb4fbee1317140933e339dee (diff) | |
download | freebsd-ports-gnome-4e323bcdd225351f93c4fbf6745ee2d37ee8a5f6.tar.gz freebsd-ports-gnome-4e323bcdd225351f93c4fbf6745ee2d37ee8a5f6.tar.zst freebsd-ports-gnome-4e323bcdd225351f93c4fbf6745ee2d37ee8a5f6.zip |
Update to 0.12.1
PR: ports/11487
Submitted by: jim@blues.ghis.net
Diffstat (limited to 'audio/ascd/files')
-rw-r--r-- | audio/ascd/files/patch-ae | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/audio/ascd/files/patch-ae b/audio/ascd/files/patch-ae index f57df8b24cae..39bec8103eb1 100644 --- a/audio/ascd/files/patch-ae +++ b/audio/ascd/files/patch-ae @@ -1,5 +1,5 @@ ---- ascd/Imakefile.orig Thu Apr 22 20:53:46 1999 -+++ ascd/Imakefile Thu Apr 22 20:54:09 1999 +--- ascd/Imakefile.orig Tue May 4 20:24:25 1999 ++++ ascd/Imakefile Tue May 4 20:26:00 1999 @@ -5,7 +5,7 @@ BINDIR = CBINDIR MANDIR = CMANDIR @@ -8,7 +8,7 @@ +MOREFLAGS = -I/usr/X11R6/include -I. CCOPTIONS = $(MOREFLAGS) SYS_LIBRARIES = $(XLIB) -lXpm - + @@ -15,7 +15,7 @@ WM_LIB = #endif @@ -18,3 +18,12 @@ SRCS = cdcontrol.c ascd.c OBJS = cdcontrol.o ascd.o +@@ -43,7 +43,5 @@ + @cd $(THEMESDIR) ; rm clean.tar + @cd $(THEMESDIR) ; rm vintage.tar + @cd $(THEMESDIR) ; rm night.tar +- @cd $(THEMESDIR) ; rm .dir +- @cd $(THEMESDIR) ; /bin/ls -1 > /tmp/.dir +- @cd $(THEMESDIR) ; cp /tmp/.dir . ++ @cd $(THEMESDIR) ; rmdir sands/.xvpics + @echo "Done." |