diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-22 09:00:02 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-22 09:00:02 +0000 |
| commit | 4282ee355cd356cf6f8886b74353d3507ca11664 (patch) | |
| tree | 328c9ea2f8f1dcd523ffb5bf79795958e3199bca | |
| parent | 71ad5ce95a218e0b3e2206501f6e8fb35a82f4e3 (diff) | |
Cosmetics. Remove commented out lines.
| -rw-r--r-- | www/galeon/Makefile | 4 | ||||
| -rw-r--r-- | www/galeon2/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index ea4644826a68..7763801a343e 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -12,9 +12,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_LOCAL:S/%SUBDIR%/sobomax/} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} #\ -# libmpfilelocprovider_s.a-1.gz -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= sobomax@FreeBSD.org @@ -46,7 +43,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ LIBS="-L${LOCALBASE}/lib -L${WRKSRC} -pthread -lgcc_r" post-extract: -# @${GZCAT} ${DISTDIR}/libmpfilelocprovider_s.a-1.gz > ${WRKSRC}/libmpfilelocprovider_s.a .if !defined(WITH_FULL_MOZILLA) @${ECHO_MSG} @${ECHO_MSG} " By default the port uses mozilla-embedded for html rendering, but if you are" diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index ea4644826a68..7763801a343e 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -12,9 +12,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_LOCAL:S/%SUBDIR%/sobomax/} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} #\ -# libmpfilelocprovider_s.a-1.gz -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= sobomax@FreeBSD.org @@ -46,7 +43,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ LIBS="-L${LOCALBASE}/lib -L${WRKSRC} -pthread -lgcc_r" post-extract: -# @${GZCAT} ${DISTDIR}/libmpfilelocprovider_s.a-1.gz > ${WRKSRC}/libmpfilelocprovider_s.a .if !defined(WITH_FULL_MOZILLA) @${ECHO_MSG} @${ECHO_MSG} " By default the port uses mozilla-embedded for html rendering, but if you are" |
