diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-05 17:39:17 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-05 17:39:17 +0000 |
| commit | 8f18dd638f083ca68297b07c8a17fcb8f3f8e24e (patch) | |
| tree | 06eca1eb815974b5a006cf47c49bf804d329f28c | |
| parent | Update to 0.304. (diff) | |
Create the plist during the pre-install phase to make this port
compatible with upcoming bsd.port.mk changes.
PR: 54121
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=84241
| -rw-r--r-- | multimedia/mplayer-skins/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/mplayer-skins/Makefile b/multimedia/mplayer-skins/Makefile index afb547c86443..6d9da3ed7446 100644 --- a/multimedia/mplayer-skins/Makefile +++ b/multimedia/mplayer-skins/Makefile @@ -202,6 +202,8 @@ DISTFILES+= mini-0.1.tar.bz2:mini EXTRACT_ONLY+= mini-0.1.tar.bz2 .endif +pre-install: + @${TOUCH} ${PLIST} # Automatically create PLIST # creates @dirrm entries # copies file entries |
