diff options
author | clement <clement@FreeBSD.org> | 2004-01-25 17:24:31 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-25 17:24:31 +0000 |
commit | 01066da175b0dc43271a448802e10a67ec916b79 (patch) | |
tree | 480e2b5765665a7c8a4cb23ea8813fcb162c6ce3 /misc/vifm | |
parent | ac994d711981f2026259064cc52a8a8f00ea8314 (diff) | |
download | FreeBSD-ports-01066da175b0dc43271a448802e10a67ec916b79.zip FreeBSD-ports-01066da175b0dc43271a448802e10a67ec916b79.tar.gz |
- Use PLIST_FILES and PLIST_DIRS
PR: 61888
Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
Diffstat (limited to 'misc/vifm')
-rw-r--r-- | misc/vifm/Makefile | 8 | ||||
-rw-r--r-- | misc/vifm/pkg-plist | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/misc/vifm/Makefile b/misc/vifm/Makefile index 436541c..bd59c9c 100644 --- a/misc/vifm/Makefile +++ b/misc/vifm/Makefile @@ -27,6 +27,14 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes +PLIST_FILES= bin/pauseme \ + bin/vifm \ + share/vifm/vifm-0.2.help.txt \ + share/vifm/vifm.txt \ + share/vifm/vifm.vim \ + share/vifm/vifmrc0.2 +PLIST_DIRS= share/vifm + post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure diff --git a/misc/vifm/pkg-plist b/misc/vifm/pkg-plist deleted file mode 100644 index c7a5ca3..0000000 --- a/misc/vifm/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/pauseme -bin/vifm -share/vifm/vifm-0.2.help.txt -share/vifm/vifm.txt -share/vifm/vifm.vim -share/vifm/vifmrc0.2 -@dirrm share/vifm |