diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-30 21:46:21 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-30 21:46:21 +0000 |
commit | 51ffa8efa2097312ae7887446a8be8c73b7d9d67 (patch) | |
tree | 2a9665a8f8f78f4ae8415d6a875390c83fe4d9b0 | |
parent | e07bf93a0adc63220e78225f57dd403fc5d9b9a6 (diff) |
Notes
-rw-r--r-- | cad/geda-netlist/Makefile | 6 | ||||
-rw-r--r-- | cad/geda-netlist/pkg-plist | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/cad/geda-netlist/Makefile b/cad/geda-netlist/Makefile index f8dda2716fe1..ab58e53c866d 100644 --- a/cad/geda-netlist/Makefile +++ b/cad/geda-netlist/Makefile @@ -22,14 +22,12 @@ DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes USE_GNOME= gtk20 -USES= pkgconfig +USES= pkgconfig shebangfix +SHEBANG_FILES= scripts/sch2eaglepos.sh CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= gnetlist.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ diff --git a/cad/geda-netlist/pkg-plist b/cad/geda-netlist/pkg-plist index b6b28548ee46..f3aaf2abf3e7 100644 --- a/cad/geda-netlist/pkg-plist +++ b/cad/geda-netlist/pkg-plist @@ -2,6 +2,7 @@ bin/gnetlist bin/mk_verilog_syms bin/sch2eaglepos.sh bin/sw2asc +man/man1/gnetlist.1.gz %%DOCSDIR%%/man/gnetlist.html %%DOCSDIR%%/readmes/README.bom %%DOCSDIR%%/readmes/README.eagle |