diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-18 21:07:37 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-18 21:07:37 +0800 |
commit | cdcf27e665ba705a68d71b48ae38bc9f2a8667be (patch) | |
tree | e21e292c56669e7f721493a683a832a5e3c53482 | |
parent | 73ce19b1ea8d499b0e090b3934528788d67eef2a (diff) | |
download | freebsd-ports-gnome-cdcf27e665ba705a68d71b48ae38bc9f2a8667be.tar.gz freebsd-ports-gnome-cdcf27e665ba705a68d71b48ae38bc9f2a8667be.tar.zst freebsd-ports-gnome-cdcf27e665ba705a68d71b48ae38bc9f2a8667be.zip |
Drop nop INSTALLATION_DIRS pkgsrcism
-rw-r--r-- | deskutils/foliate/Makefile | 2 | ||||
-rw-r--r-- | net-im/coyim/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/deskutils/foliate/Makefile b/deskutils/foliate/Makefile index cf1b05587c56..318e2dc9a2d4 100644 --- a/deskutils/foliate/Makefile +++ b/deskutils/foliate/Makefile @@ -33,8 +33,6 @@ GH_ACCOUNT= johnfactotum GLIB_SCHEMAS= com.github.johnfactotum.Foliate.gschema.xml -INSTALLATION_DIRS+= libexec/foliate - post-patch: @${REINPLACE_CMD} -e 's/@PYTHON_VERSION@/${PYTHON_VERSION}/g' \ ${WRKSRC}/src/main.js diff --git a/net-im/coyim/Makefile b/net-im/coyim/Makefile index e634ccbf36b4..79e8c1bb6062 100644 --- a/net-im/coyim/Makefile +++ b/net-im/coyim/Makefile @@ -44,8 +44,6 @@ COYIM_ICON= coyim.png COYIM_ICON_SRC= ${WRKSRC}/build/mac-bundle/coy.iconset/icon_32x32@2x.png COYIM_DESKTOP= ${WRKSRC}/build/coyim.desktop -INSTALLATION_DIRS+= share/applications share/pixmaps - pre-build: cd ${WRKSRC} && ${SH} ./gen_version_file.sh ${DISTVERSIONPREFIX}${DISTVERSION} |