diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:10:15 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:10:15 +0000 |
commit | cc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (patch) | |
tree | 6443da11a92be566759454b76c94714222a13560 /sysutils/freebsd-snapshot | |
parent | 13441eac4bb7e0e8a50bd437681b05022e55146b (diff) |
Notes
Diffstat (limited to 'sysutils/freebsd-snapshot')
-rw-r--r-- | sysutils/freebsd-snapshot/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/freebsd-snapshot/Makefile b/sysutils/freebsd-snapshot/Makefile index 6fa01a6e8ef6..fde8ceb2a183 100644 --- a/sysutils/freebsd-snapshot/Makefile +++ b/sysutils/freebsd-snapshot/Makefile @@ -26,12 +26,6 @@ SUB_FILES= pkg-message pkg-deinstall PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALLL= ${WRKDIR}/pkg-deinstall -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= FreeBSD lower then 5.x doesn't support snapshot -.endif - post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ ${WRKSRC}/amd.map.snap ${WRKSRC}/snapshot \ @@ -47,4 +41,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |