diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-06-29 15:12:58 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-06-29 15:12:58 +0000 |
commit | 7fe2e0186da521acb5ac8038756f8205453fcedb (patch) | |
tree | 6beb28eb97c831b08a75211e6147266a6bb407e8 /devel/rote/Makefile | |
parent | 8296fe0e28db7e79f146273578f5bf32f5fedb8a (diff) | |
download | ports-7fe2e0186da521acb5ac8038756f8205453fcedb.tar.gz ports-7fe2e0186da521acb5ac8038756f8205453fcedb.zip |
Cleanup and relinquish.
Notes
Notes:
svn path=/head/; revision=236778
Diffstat (limited to 'devel/rote/Makefile')
-rw-r--r-- | devel/rote/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/rote/Makefile b/devel/rote/Makefile index 33b6e53e2306..252caac73219 100644 --- a/devel/rote/Makefile +++ b/devel/rote/Makefile @@ -8,18 +8,17 @@ PORTNAME= rote PORTVERSION= 0.2.8 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A simple library for VT102 terminal emulation GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes -PLIST_FILES= bin/rote-config include/rote/rote.h lib/librote.so.${PORTVERSION} \ - lib/librote.so.0 lib/librote.so +PLIST_FILES= bin/rote-config include/rote/rote.h \ + lib/librote.so.${PORTVERSION} lib/librote.so.0 lib/librote.so PLIST_DIRS= include/rote .include <bsd.port.mk> |