Changeset 4485 for trunk/dports


Ignore:
Timestamp:
Jan 6, 2004, 2:25:12 PM (20 years ago)
Author:
mww
Message:

Bug: #1379
Submitted by: daved@… (maintainer)
Reviewed by: mww@

update to version 1.3.1, including needed patches

Location:
trunk/dports/sysutils/bcwipe
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/bcwipe/Portfile

    r3143 r4485  
    1 # $Id: Portfile,v 1.2 2003/08/04 01:36:14 eric Exp $
     1# $Id: Portfile,v 1.3 2004/01/06 14:25:12 mww Exp $
    22
    33PortSystem 1.0
    44name                    bcwipe
    5 version                 1.2-3
    6 distname                BCWipe-1.2-3
     5version                 1.3-1
     6distname                BCWipe-1.3-1
    77categories              sysutils security
    88maintainers             daved@nostrum.com
     
    1818platforms               darwin
    1919master_sites            http://www.jetico.com/linux/
    20 checksums               md5 d1aba86334a673d2a6f5c43c21fbe5f5
     20checksums               md5 f66050aedb7c24484ea529f800dabbf9
    2121worksrcdir              bcwipe
    22 use_configure           no
     22patchfiles              patch-Makefile.diff \
     23                        patch-wipe.c.diff
    2324
    24 patch {                 reinplace "s|\$(root)/\$(MAN_PATH)|\$(DESTDIR)${prefix}/man|" \
    25                                 ${workdir}/${worksrcdir}/Makefile
    26                         reinplace "s|\$(root)/usr|\$(DESTDIR)${prefix}|" \
    27                                 ${workdir}/${worksrcdir}/Makefile }
     25configure {
     26        reinplace "s|@@prefix@@|${prefix}|g" ${worksrcpath}/Makefile
     27}
Note: See TracChangeset for help on using the changeset viewer.