Index: head/editors/vim-tiny/Makefile =================================================================== --- head/editors/vim-tiny/Makefile (revision 503241) +++ head/editors/vim-tiny/Makefile (revision 503242) @@ -1,22 +1,20 @@ # Created by: Adam Weinberger # $FreeBSD$ PKGNAMESUFFIX= -tiny COMMENT= Improved version of the vi editor (vim binary only) CONFLICTS_INSTALL= vim vim-console TINY= yes MASTERDIR= ${.CURDIR}/../vim PORTDATA= # Not for -tiny -PLIST= # Not for -tiny -PLIST_FILES= bin/vim \ - man/man1/vim.1.gz +PLIST= pkg-plist do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/vim ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/runtime/doc/vim.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include "${MASTERDIR}/Makefile" Index: head/editors/vim-tiny/pkg-plist =================================================================== --- head/editors/vim-tiny/pkg-plist (nonexistent) +++ head/editors/vim-tiny/pkg-plist (revision 503242) @@ -0,0 +1,3 @@ +bin/vim +%%DEFAULT_VIMRC%%@sample %%ETCDIR%%/vimrc.sample +man/man1/vim.1.gz Property changes on: head/editors/vim-tiny/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property