Upgrade to 0.26.

This commit is contained in:
Thomas Gellekum 2000-04-18 09:03:32 +00:00
parent 61478d4702
commit 2bd2dd25f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27721
4 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= acs
PORTVERSION= 0.25
PORTVERSION= 0.26
CATEGORIES= cad
MASTER_SITES= http://www.geda.seul.org/dist/ \
http://www.geda.coelacanth.com/dist/ \

View File

@ -1 +1 @@
MD5 (acs-0.25.tar.gz) = 0cd5cf8edc46a02835eb1d0065970f03
MD5 (acs-0.26.tar.gz) = e2632cffff01ea8bb229f961198a4288

View File

@ -1,9 +1,10 @@
bin/acs
share/acs/acs.hlp
share/acs/acs.rc
share/doc/acs/acs-0.26.lsm
share/doc/acs/acs-tutorial
share/doc/acs/history
share/doc/acs/man.pdf
share/doc/acs/relnotes.025
share/doc/acs/relnotes.026
share/doc/acs/whatisit
share/examples/acs/eq.doc
share/examples/acs/eq2-145.ckt

View File

@ -22,8 +22,7 @@ install:
(cd src/FreeBSD; ${BSD_INSTALL_PROGRAM} acs ${PREFIX}/bin)
${BSD_INSTALL_DATA} acs.rc ${PREFIX}/share/acs
(cd doc; \
${BSD_INSTALL_DATA} acs.hlp ${PREFIX}/share/acs; \
${BSD_INSTALL_DATA} [b-z]* ${PREFIX}/share/doc/acs)
${BSD_INSTALL_DATA} [a-z]* ${PREFIX}/share/doc/acs)
(cd examples; ${BSD_INSTALL_DATA} *.ckt *.doc ${PREFIX}/share/examples/acs)
EOF