diff options
author | trevor <trevor@FreeBSD.org> | 2005-10-18 14:17:45 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-10-18 14:17:45 +0800 |
commit | 3f02a5020fa201b064bafb1b27870add40672dc0 (patch) | |
tree | f259c4216add6557f338faa681b76529fa357ae3 | |
parent | f776ccdef5e5eb16a0b17e263b9b19c82e0ae624 (diff) | |
download | freebsd-ports-gnome-3f02a5020fa201b064bafb1b27870add40672dc0.tar.gz freebsd-ports-gnome-3f02a5020fa201b064bafb1b27870add40672dc0.tar.zst freebsd-ports-gnome-3f02a5020fa201b064bafb1b27870add40672dc0.zip |
These install under ${LINUXBASE}/usr/src/ which is an empty directory
belonging to the Linux base ports.
-rw-r--r-- | emulators/linux_base-src-rh-7.3/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_base-src-rh-8/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/emulators/linux_base-src-rh-7.3/Makefile b/emulators/linux_base-src-rh-7.3/Makefile index af10351619f3..039772e1218d 100644 --- a/emulators/linux_base-src-rh-7.3/Makefile +++ b/emulators/linux_base-src-rh-7.3/Makefile @@ -48,9 +48,7 @@ EXTRACT_ONLY= MAINTAINER= trevor@FreeBSD.org COMMENT= GNU GPL sources to linux_base-rh-7.3, to satisfy licence -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-09-22 +RUN_DEPENDS= ${LINUXBASE}/usr/src:${PORTSDIR}/emulators/linux_base DIST_SUBDIR= rpm/src/rh-${PORTVERSION} NO_MTREE= yes diff --git a/emulators/linux_base-src-rh-8/Makefile b/emulators/linux_base-src-rh-8/Makefile index 479a8eb47552..517c40062dec 100644 --- a/emulators/linux_base-src-rh-8/Makefile +++ b/emulators/linux_base-src-rh-8/Makefile @@ -40,9 +40,7 @@ EXTRACT_ONLY= MAINTAINER= trevor@FreeBSD.org COMMENT= (L)GPL sources for linux_base-8, to comply with licences -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-09-22 +RUN_DEPENDS= ${LINUXBASE}/usr/src:${PORTSDIR}/emulators/linux_base-8 .undef USE_LINUX |