diff options
author | dougb <dougb@FreeBSD.org> | 2010-12-08 14:46:46 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-12-08 14:46:46 +0800 |
commit | d6d4b819467a1d7c53d0f98dd7a68e9d38add2c6 (patch) | |
tree | a8b8dc81f988916fc572139561a07609b4b94b4d /editors | |
parent | 9ca39522ee7c0c9c0b171c16e42de55f159fe265 (diff) | |
download | freebsd-ports-gnome-d6d4b819467a1d7c53d0f98dd7a68e9d38add2c6.tar.gz freebsd-ports-gnome-d6d4b819467a1d7c53d0f98dd7a68e9d38add2c6.tar.zst freebsd-ports-gnome-d6d4b819467a1d7c53d0f98dd7a68e9d38add2c6.zip |
There is no need to include PKGINSTALL in the pico package
Give the alpine/pkg-install script triple protection against
being run inappropriately.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/pico-alpine/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/pico-alpine/Makefile b/editors/pico-alpine/Makefile index f00f7ca15483..6e1fbb249162 100644 --- a/editors/pico-alpine/Makefile +++ b/editors/pico-alpine/Makefile @@ -21,6 +21,7 @@ PLIST= ${.CURDIR}/pkg-plist PATCHDIR= # To void equivalent in master port PKGMESSAGE= /nonexistent # To void equivalent in master port +PKGINSTALL= /nonexistent # To void equivalent in master port PICO_ALPINE_SLAVE= yes |