diff options
author | taoka <taoka@FreeBSD.org> | 1999-06-23 14:59:59 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-06-23 14:59:59 +0800 |
commit | 7a68838c32e4fae9e5930511651a919f89c79386 (patch) | |
tree | acf66ed580fde484c3089479f7d1811c11e0409e | |
parent | 91b2c5ae744eada9c54784b7ce0b73cba5245c94 (diff) | |
download | freebsd-ports-gnome-7a68838c32e4fae9e5930511651a919f89c79386.tar.gz freebsd-ports-gnome-7a68838c32e4fae9e5930511651a919f89c79386.tar.zst freebsd-ports-gnome-7a68838c32e4fae9e5930511651a919f89c79386.zip |
Fixed a bug which I made (.endfi -> .endif)
-rw-r--r-- | graphics/xpdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index db2e71e47cc5..d1b855f0a09d 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -18,7 +18,7 @@ EXTRACT_SUFX= .tgz PATCH_SITES= ftp://ftp.sci.usq.edu.au/pub/linux/xpdf/ PATCHFILES= xpdf-0.80-decrypt.patch PATCH_DIST_ARGS=-p0 -E -d ${WRKDIR} --quiet -.endfi +.endif MAINTAINER= chuckr@glue.umd.edu |