Remove trailing blank line.

This commit is contained in:
ajacoutot 2012-09-05 09:24:13 +00:00
parent 9bd112fe84
commit eed920a58e
2 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.25 2012/08/30 14:09:21 sthen Exp $
# $OpenBSD: Makefile,v 1.26 2012/09/05 09:24:13 ajacoutot Exp $
COMMENT= Alternative PHP Cache
DISTNAME= APC-3.1.9
PKGNAME= pecl-${DISTNAME}
REVISION= 2
REVISION= 3
MAINTAINER= William Yodlowsky <william@openbsd.org>

View File

@ -5,4 +5,3 @@ intermediate code.
Flavors:
mmap (the default; one memory segment, no maximum limit)
shm (multiple segments, "sysctl kern.shminfo.shmmax" is the max)