diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-10-05 02:49:27 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-10-05 02:49:27 +0000 |
commit | cf46a4a7a340b7d532867d0fb3bf9343db178a48 (patch) | |
tree | 985f79dd6a7ad3f23fd6232905d02793eefee35b /emulators/linux_base-f9 | |
parent | 0621af5b394d7916e38f73837e6f2489f3256511 (diff) | |
download | ports-cf46a4a7a340b7d532867d0fb3bf9343db178a48.tar.gz ports-cf46a4a7a340b7d532867d0fb3bf9343db178a48.zip |
Notes
Diffstat (limited to 'emulators/linux_base-f9')
-rw-r--r-- | emulators/linux_base-f9/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux_base-f9/linux_base-f8/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/emulators/linux_base-f9/Makefile b/emulators/linux_base-f9/Makefile index f5dcbcd1068e..3a56d8f32dab 100644 --- a/emulators/linux_base-f9/Makefile +++ b/emulators/linux_base-f9/Makefile @@ -16,7 +16,6 @@ PKGNAMEPREFIX= linux_base- DISTFILES= ${BIN_DISTFILES} ${SRC_DISTFILES} DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/fedora/${PORTVERSION} EXTRACT_ONLY= ${BIN_DISTFILES} - MAINTAINER= bsam@FreeBSD.org COMMENT= Base set of packages needed in Linux mode (for i386/amd64) @@ -211,7 +210,7 @@ do-install: @${CHOWN} root:wheel ${PREFIX}/var/lock ${PREFIX}/var/spool/mail @${CHMOD} 755 ${PREFIX}/var/lock ${PREFIX}/var/spool/mail # -# Let some linux applications (e.g. print/acroread7) print with default settings +# Let some linux applications (e.g. print/acroread8) print with default settings # @${INSTALL_SCRIPT} ${FILESDIR}/lp ${PREFIX}/usr/bin diff --git a/emulators/linux_base-f9/linux_base-f8/Makefile b/emulators/linux_base-f9/linux_base-f8/Makefile index f5dcbcd1068e..3a56d8f32dab 100644 --- a/emulators/linux_base-f9/linux_base-f8/Makefile +++ b/emulators/linux_base-f9/linux_base-f8/Makefile @@ -16,7 +16,6 @@ PKGNAMEPREFIX= linux_base- DISTFILES= ${BIN_DISTFILES} ${SRC_DISTFILES} DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/fedora/${PORTVERSION} EXTRACT_ONLY= ${BIN_DISTFILES} - MAINTAINER= bsam@FreeBSD.org COMMENT= Base set of packages needed in Linux mode (for i386/amd64) @@ -211,7 +210,7 @@ do-install: @${CHOWN} root:wheel ${PREFIX}/var/lock ${PREFIX}/var/spool/mail @${CHMOD} 755 ${PREFIX}/var/lock ${PREFIX}/var/spool/mail # -# Let some linux applications (e.g. print/acroread7) print with default settings +# Let some linux applications (e.g. print/acroread8) print with default settings # @${INSTALL_SCRIPT} ${FILESDIR}/lp ${PREFIX}/usr/bin |