diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-05-05 23:09:22 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-05-05 23:09:22 +0800 |
commit | 663bf43fa6b521c61485e0106f4dee8bbc712bde (patch) | |
tree | 64e2c33a68e1c0ea0e87fe3e80e23e50ebd2eb84 /cad/linux-eagle5 | |
parent | ec5c5f26df567b9a4be3103f00f75ff34596f21d (diff) | |
download | freebsd-ports-gnome-663bf43fa6b521c61485e0106f4dee8bbc712bde.tar.gz freebsd-ports-gnome-663bf43fa6b521c61485e0106f4dee8bbc712bde.tar.zst freebsd-ports-gnome-663bf43fa6b521c61485e0106f4dee8bbc712bde.zip |
For ports under `cad', `devel', `dns`, and `math' categories: remove
redundant PKGMESSAGE assignment, which is set appropriately by the
b.p.m when `pkg-message' appears on the SUB_FILES list.
Diffstat (limited to 'cad/linux-eagle5')
-rw-r--r-- | cad/linux-eagle5/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cad/linux-eagle5/Makefile b/cad/linux-eagle5/Makefile index 4e898cb84f12..04abacc42b16 100644 --- a/cad/linux-eagle5/Makefile +++ b/cad/linux-eagle5/Makefile @@ -37,7 +37,6 @@ EAGLEVERSION= ${EAGLEBASEVERSION}.${EAGLEBUGFIX} USES= linux USE_LINUX= xorglibs jpeg png NO_BUILD= yes -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-deinstall pkg-message DESKTOP_ENTRIES= "Eagle5" "Tool for designing printed circuit boards" \ |