Ticket #23752: Portfile-scotty-23752.diff
File Portfile-scotty-23752.diff, 720 bytes (added by gjasny@…, 12 years ago) |
---|
-
Portfile
old new 23 23 #fetch.type svn 24 24 #svn.url https://subversion.eecs.iu-bremen.de/svn/schoenw/src/scotty 25 25 26 depends_build port:autoconf 27 26 28 depends_lib port:tcl \ 27 29 port:tk 28 30 29 31 patchfiles patch-Makefile.in \ 30 patch-tnm-library-init.tcl 32 patch-tnm-library-init.tcl \ 33 tcl85.diff 31 34 32 35 startupitem.create yes 33 36 startupitem.name nmicmpd … … 52 55 53 56 reinplace "s|\$(BIN_INSTALL_DIR)/nmtrapd|${prefix}/bin/nmtrapd|g" \ 54 57 ${worksrcpath}/unix/Makefile.in 58 59 system "cd ${worksrcpath}/unix && autoconf" 55 60 } 56 61 57 62 post-destroot {