diff options
author | netchild <netchild@FreeBSD.org> | 2008-03-31 11:54:46 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2008-03-31 11:54:46 +0800 |
commit | eb05d42195d3ec340b7741befde8f79e77974859 (patch) | |
tree | bcf1f9e0a5e19b5019070fbbacbd36e3a20fc687 /emulators | |
parent | 03c565828ee2738660a091e4f7d13ec2ffebbc6e (diff) | |
download | freebsd-ports-gnome-eb05d42195d3ec340b7741befde8f79e77974859.tar.gz freebsd-ports-gnome-eb05d42195d3ec340b7741befde8f79e77974859.tar.zst freebsd-ports-gnome-eb05d42195d3ec340b7741befde8f79e77974859.zip |
Don't set PLIST, the default is ok.
This fixes a problem with a forced install.
Reported by: Anatoly Borodin <anatoly.borodin@gmail.com>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-f7/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-fc4/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-fc6/Makefile | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/emulators/linux_base-f7/Makefile b/emulators/linux_base-f7/Makefile index 9766a34b6fb8..9235075a1e17 100644 --- a/emulators/linux_base-f7/Makefile +++ b/emulators/linux_base-f7/Makefile @@ -111,8 +111,6 @@ EXTRACT_CMD?= ${RPM2CPIO} EXTRACT_BEFORE_ARGS?= EXTRACT_AFTER_ARGS?= | ${CPIO} -id --quiet -PLIST= pkg-plist - .include <bsd.port.pre.mk> LINUX_OSRELEASE!= ${ECHO_CMD} `${SYSCTL} -n compat.linux.osrelease 2>/dev/null` diff --git a/emulators/linux_base-fc4/Makefile b/emulators/linux_base-fc4/Makefile index 69a0d62ff3ef..1462c356aa8b 100644 --- a/emulators/linux_base-fc4/Makefile +++ b/emulators/linux_base-fc4/Makefile @@ -115,8 +115,6 @@ EXTRACT_CMD?= ${RPM2CPIO} EXTRACT_BEFORE_ARGS?= EXTRACT_AFTER_ARGS?= | ${CPIO} -id --quiet -PLIST= pkg-plist - .include <bsd.port.pre.mk> REMOVE_DIRS= boot dev home initrd root tmp var/log var/run var/tmp \ diff --git a/emulators/linux_base-fc6/Makefile b/emulators/linux_base-fc6/Makefile index a5a3b46ba3c0..9f667540af0b 100644 --- a/emulators/linux_base-fc6/Makefile +++ b/emulators/linux_base-fc6/Makefile @@ -115,8 +115,6 @@ EXTRACT_CMD?= ${RPM2CPIO} EXTRACT_BEFORE_ARGS?= EXTRACT_AFTER_ARGS?= | ${CPIO} -id --quiet -PLIST= pkg-plist - .include <bsd.port.pre.mk> LINUX_OSRELEASE!= ${ECHO_CMD} `${SYSCTL} -n compat.linux.osrelease 2>/dev/null` |