diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-30 21:57:05 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-30 21:57:05 +0000 |
commit | 2cebe6d724e54724dc6081c4bf4fefdffa60d7b6 (patch) | |
tree | 59edf569276bcf73a586f9f518167e10481a8cdb | |
parent | 82a0f43d37ec3533d5c1924f1df0ae049c454a9b (diff) |
Notes
-rw-r--r-- | cad/geda-utils/Makefile | 7 | ||||
-rw-r--r-- | cad/geda-utils/pkg-plist | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile index a2c4a061bbd3..449239618cbd 100644 --- a/cad/geda-utils/Makefile +++ b/cad/geda-utils/Makefile @@ -20,9 +20,9 @@ LIB_DEPENDS= libgeda.so:${PORTSDIR}/cad/libgeda DOCSDIR= ${PREFIX}/share/doc/geda DATADIR= ${PREFIX}/share/geda -USES= perl5 pkgconfig +USES= gmake perl5 pkgconfig shebangfix +SHEBANG_FILES= scripts/gnet_hier_verilog.sh GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= gtk20 USE_PERL5= run USE_PYTHON_RUN= yes @@ -30,9 +30,6 @@ CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= grenum.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ diff --git a/cad/geda-utils/pkg-plist b/cad/geda-utils/pkg-plist index 666f43979ef8..0362817da875 100644 --- a/cad/geda-utils/pkg-plist +++ b/cad/geda-utils/pkg-plist @@ -16,6 +16,7 @@ bin/sarlacc_schem bin/sarlacc_sym bin/smash_megafile bin/tragesym +man/man1/grenum.1.gz %%DOCSDIR%%/readmes/README.grenum %%DOCSDIR%%/readmes/README.gsch2pcb %%DOCSDIR%%/readmes/README.olib |