mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6ea18d7a8c
The do-extract rule is extremely ugly; I just don't want to write a general tool for RedHats rpm format...
20 lines
535 B
Plaintext
20 lines
535 B
Plaintext
*** Imakefile.orig Wed Aug 23 21:26:39 1995
|
|
--- Imakefile Sat Apr 27 18:12:34 1996
|
|
***************
|
|
*** 30,36 ****
|
|
@echo "starting it"
|
|
@echo "creating the database needs about 3 - 5 hours"
|
|
@echo "tell you when it is complete"
|
|
! cd lib; db; cd ..
|
|
@echo "Database complete"
|
|
|
|
XGammon.ad: xgammon.ad
|
|
--- 30,36 ----
|
|
@echo "starting it"
|
|
@echo "creating the database needs about 3 - 5 hours"
|
|
@echo "tell you when it is complete"
|
|
! cd lib; ./db; cd ..
|
|
@echo "Database complete"
|
|
|
|
XGammon.ad: xgammon.ad
|