diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-11-18 16:34:03 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-11-18 16:34:03 +0800 |
commit | e592f6a07d7b17fa8b5cd26ae4657e9dd057460a (patch) | |
tree | 34d8d858714d86ae186995a9f0bb5da88bd762a3 /multimedia | |
parent | 2fc89989dac82cc3282de6a9f98cfbb8388910a2 (diff) | |
download | freebsd-ports-gnome-e592f6a07d7b17fa8b5cd26ae4657e9dd057460a.tar.gz freebsd-ports-gnome-e592f6a07d7b17fa8b5cd26ae4657e9dd057460a.tar.zst freebsd-ports-gnome-e592f6a07d7b17fa8b5cd26ae4657e9dd057460a.zip |
- Move pkg-plist to PLIST_FILES
- Remove dirrms
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libva-vdpau-driver/Makefile | 2 | ||||
-rw-r--r-- | multimedia/libva-vdpau-driver/pkg-plist | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/libva-vdpau-driver/Makefile b/multimedia/libva-vdpau-driver/Makefile index db72bc00c5a4..ae9e980558f5 100644 --- a/multimedia/libva-vdpau-driver/Makefile +++ b/multimedia/libva-vdpau-driver/Makefile @@ -24,6 +24,8 @@ GNU_CONFIGURE= yes CPPFLAGS+= -isystem${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +PLIST_FILES= lib/va/nvidia_drv_video.so lib/va/s3g_drv_video.so lib/va/vdpau_drv_video.so + OPTIONS_DEFINE= DEBUG DEBUG_CONFIGURE_ENABLE= debug diff --git a/multimedia/libva-vdpau-driver/pkg-plist b/multimedia/libva-vdpau-driver/pkg-plist deleted file mode 100644 index b3f7237b00c2..000000000000 --- a/multimedia/libva-vdpau-driver/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/va/nvidia_drv_video.so -lib/va/s3g_drv_video.so -lib/va/vdpau_drv_video.so -@dirrmtry lib/va |