diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-11-21 08:53:55 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-11-21 08:53:55 +0800 |
commit | a70d1a2faa22a06a9942f25aa92e9ead3c0de60c (patch) | |
tree | efef0dc4f6d1568391dfce121c4efdfe5da38c79 /archivers/lzo/Makefile | |
parent | 121e45fc7d12d5d96a40f5a9eecfb9deafcdf839 (diff) | |
download | freebsd-ports-graphics-a70d1a2faa22a06a9942f25aa92e9ead3c0de60c.tar.gz freebsd-ports-graphics-a70d1a2faa22a06a9942f25aa92e9ead3c0de60c.tar.zst freebsd-ports-graphics-a70d1a2faa22a06a9942f25aa92e9ead3c0de60c.zip |
- Fix MASTER_SITES
- Remove CONFIGURE_ARGS that are already the default
- Support CFLAGS properly
- Add a file missing from PLISt
- Remove two unneeded patches (for libtool stuff)
PR: 14901
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'archivers/lzo/Makefile')
-rw-r--r-- | archivers/lzo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index 91088f28f8d..77b8b2121b0 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -9,14 +9,13 @@ DISTNAME= lzo-1.04 CATEGORIES= archivers devel MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ftp://wildsau.idv.uni-linz.ac.at/pub/mfx/lzo/ + http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ MASTER_SITE_SUBDIR= libs/compression MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes -CONFIGURE_ARGS+= --enable-shared=yes \ - --enable-asm=yes + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/lzo |