diff options
author | demon <demon@FreeBSD.org> | 2003-01-07 05:31:30 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-01-07 05:31:30 +0800 |
commit | 4ad9d36564c71c5f9fe12f88cfa2196328f71720 (patch) | |
tree | 40829a3e0ace5c925d2f22c69e6394a7b6ad1b04 /www/links/Makefile | |
parent | c126a3bc73aed754e81069b8b130e7a5aeababac (diff) | |
download | freebsd-ports-gnome-4ad9d36564c71c5f9fe12f88cfa2196328f71720.tar.gz freebsd-ports-gnome-4ad9d36564c71c5f9fe12f88cfa2196328f71720.tar.zst freebsd-ports-gnome-4ad9d36564c71c5f9fe12f88cfa2196328f71720.zip |
Update to 2.1pre7
Diffstat (limited to 'www/links/Makefile')
-rw-r--r-- | www/links/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index 57ea98df1c92..2de6bc90850d 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -6,12 +6,12 @@ # PORTNAME= links -PORTVERSION= 2.0 -PORTREVISION= 1 +PORTVERSION= 2.1.p7 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/ \ http://unixpages.org/distfiles/ +DISTNAME= ${PORTNAME}-2.1pre7 MAINTAINER= demon@FreeBSD.org @@ -39,10 +39,4 @@ pre-everything:: post-patch: @${REINPLACE_CMD} -e "s!/etc/!${PREFIX}/etc/!" ${WRKSRC}/default.c -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/links_cal/* ${DOCSDIR} -.endif - .include <bsd.port.mk> |