Correct the DOCSDIR unexec line.

This commit is contained in:
Joe Marcus Clarke 2004-05-30 19:18:50 +00:00
parent 4998c4ed57
commit d2ccd0287e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110419

View File

@ -1,5 +1,5 @@
lib/gstreamer-%%VERSION%%/libgstmonkeysaudio.so
%%PORTDOCS%%%%DOCSDIR%%/GStreamer-monkeysaudio-permit
@exec %D/bin/gst-register 2>/dev/null || true
%%PORTDOCS%%@unexec /bin/rmdir %%DOCSDIR%% 2>/dev/null || true
%%PORTDOCS%%@unexec /bin/rmdir %D/%%DOCSDIR%% 2>/dev/null || true
@unexec %D/bin/gst-register 2>/dev/null || true